mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update all of rails to version 5.2.2.1
This commit is contained in:
parent
54848c89cc
commit
4419ec8932
84
Gemfile.lock
84
Gemfile.lock
@ -1,43 +1,43 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.2.2)
|
actioncable (5.2.2.1)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.2.1)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.2)
|
actionmailer (5.2.2.1)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.2.1)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.2.1)
|
||||||
activejob (= 5.2.2)
|
activejob (= 5.2.2.1)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.2)
|
actionpack (5.2.2.1)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
rack (~> 2.0)
|
rack (~> 2.0)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.2.2)
|
actionview (5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.2.2)
|
activejob (5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.2)
|
activemodel (5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
activerecord (5.2.2)
|
activerecord (5.2.2.1)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activestorage (5.2.2)
|
activestorage (5.2.2.1)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.2.1)
|
||||||
activerecord (= 5.2.2)
|
activerecord (= 5.2.2.1)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (5.2.2)
|
activesupport (5.2.2.1)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
@ -99,7 +99,7 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.3)
|
concurrent-ruby (1.1.5)
|
||||||
crass (1.0.4)
|
crass (1.0.4)
|
||||||
database_cleaner (1.7.0)
|
database_cleaner (1.7.0)
|
||||||
datetime_picker_rails (0.0.7)
|
datetime_picker_rails (0.0.7)
|
||||||
@ -118,7 +118,7 @@ GEM
|
|||||||
dragonfly-s3_data_store (1.3.0)
|
dragonfly-s3_data_store (1.3.0)
|
||||||
dragonfly (~> 1.0)
|
dragonfly (~> 1.0)
|
||||||
fog-aws
|
fog-aws
|
||||||
erubi (1.7.1)
|
erubi (1.8.0)
|
||||||
excon (0.57.1)
|
excon (0.57.1)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_bot (4.11.1)
|
factory_bot (4.11.1)
|
||||||
@ -144,9 +144,9 @@ GEM
|
|||||||
fog-core
|
fog-core
|
||||||
nokogiri (>= 1.5.11, < 2.0.0)
|
nokogiri (>= 1.5.11, < 2.0.0)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
globalid (0.4.1)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
i18n (1.1.1)
|
i18n (1.6.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
jaro_winkler (1.5.2)
|
jaro_winkler (1.5.2)
|
||||||
@ -184,7 +184,7 @@ GEM
|
|||||||
mime-types (3.2.2)
|
mime-types (3.2.2)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2018.0812)
|
mime-types-data (3.2018.0812)
|
||||||
mimemagic (0.3.2)
|
mimemagic (0.3.3)
|
||||||
mini_mime (1.0.1)
|
mini_mime (1.0.1)
|
||||||
mini_portile2 (2.4.0)
|
mini_portile2 (2.4.0)
|
||||||
minitest (5.11.3)
|
minitest (5.11.3)
|
||||||
@ -219,18 +219,18 @@ GEM
|
|||||||
rack (2.0.6)
|
rack (2.0.6)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.2)
|
rails (5.2.2.1)
|
||||||
actioncable (= 5.2.2)
|
actioncable (= 5.2.2.1)
|
||||||
actionmailer (= 5.2.2)
|
actionmailer (= 5.2.2.1)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.2.1)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.2.1)
|
||||||
activejob (= 5.2.2)
|
activejob (= 5.2.2.1)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.2.1)
|
||||||
activerecord (= 5.2.2)
|
activerecord (= 5.2.2.1)
|
||||||
activestorage (= 5.2.2)
|
activestorage (= 5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.2)
|
railties (= 5.2.2.1)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.4)
|
rails-controller-testing (1.0.4)
|
||||||
actionpack (>= 5.0.1.x)
|
actionpack (>= 5.0.1.x)
|
||||||
@ -246,14 +246,14 @@ GEM
|
|||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.5)
|
rails_serve_static_assets (0.0.5)
|
||||||
rails_stdout_logging (0.0.5)
|
rails_stdout_logging (0.0.5)
|
||||||
railties (5.2.2)
|
railties (5.2.2.1)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.2.1)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.2.1)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (12.3.1)
|
rake (12.3.2)
|
||||||
rb-fsevent (0.10.3)
|
rb-fsevent (0.10.3)
|
||||||
rb-inotify (0.9.10)
|
rb-inotify (0.9.10)
|
||||||
ffi (>= 0.5.0, < 2)
|
ffi (>= 0.5.0, < 2)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user