Skip to content

Commit

Permalink
Update Rails to fix S3 bucket defect (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory McDonald committed Nov 29, 2018
1 parent c69fbc0 commit bcda697
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -87,7 +87,7 @@ gem "rack-attack", "~> 5.0"

gem 'railties', "~> 5.2.0"

gem "rails", "~> 5.2.1"
gem "rails", "~> 5.2.2.rc1"

# I love captchas
gem "recaptcha", "~> 3.3", require: "recaptcha/rails"
Expand Down
74 changes: 37 additions & 37 deletions Gemfile.lock
Expand Up @@ -11,25 +11,25 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.1.1)
actionpack (= 5.2.1.1)
actioncable (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.1.1)
actionpack (= 5.2.1.1)
actionview (= 5.2.1.1)
activejob (= 5.2.1.1)
actionmailer (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
actionview (= 5.2.2.rc1)
activejob (= 5.2.2.rc1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.1.1)
actionview (= 5.2.1.1)
activesupport (= 5.2.1.1)
actionpack (5.2.2.rc1)
actionview (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.1.1)
activesupport (= 5.2.1.1)
actionview (5.2.2.rc1)
activesupport (= 5.2.2.rc1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
Expand All @@ -39,30 +39,30 @@ GEM
activemodel (>= 4.1, < 6)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (5.2.1.1)
activesupport (= 5.2.1.1)
activejob (5.2.2.rc1)
activesupport (= 5.2.2.rc1)
globalid (>= 0.3.6)
activejob-traffic_control (0.1.3)
activejob (>= 4.2)
activesupport (>= 4.2)
suo
activemodel (5.2.1.1)
activesupport (= 5.2.1.1)
activerecord (5.2.1.1)
activemodel (= 5.2.1.1)
activesupport (= 5.2.1.1)
activemodel (5.2.2.rc1)
activesupport (= 5.2.2.rc1)
activerecord (5.2.2.rc1)
activemodel (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
arel (>= 9.0)
activerecord-session_store (1.1.1)
actionpack (>= 4.0)
activerecord (>= 4.0)
multi_json (~> 1.11, >= 1.11.2)
rack (>= 1.5.2, < 3)
railties (>= 4.0)
activestorage (5.2.1.1)
actionpack (= 5.2.1.1)
activerecord (= 5.2.1.1)
activestorage (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
activerecord (= 5.2.2.rc1)
marcel (~> 0.3.1)
activesupport (5.2.1.1)
activesupport (5.2.2.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -308,18 +308,18 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1.1)
actioncable (= 5.2.1.1)
actionmailer (= 5.2.1.1)
actionpack (= 5.2.1.1)
actionview (= 5.2.1.1)
activejob (= 5.2.1.1)
activemodel (= 5.2.1.1)
activerecord (= 5.2.1.1)
activestorage (= 5.2.1.1)
activesupport (= 5.2.1.1)
rails (5.2.2.rc1)
actioncable (= 5.2.2.rc1)
actionmailer (= 5.2.2.rc1)
actionpack (= 5.2.2.rc1)
actionview (= 5.2.2.rc1)
activejob (= 5.2.2.rc1)
activemodel (= 5.2.2.rc1)
activerecord (= 5.2.2.rc1)
activestorage (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
bundler (>= 1.3.0)
railties (= 5.2.1.1)
railties (= 5.2.2.rc1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
Expand All @@ -330,9 +330,9 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.1.1)
actionpack (= 5.2.1.1)
activesupport (= 5.2.1.1)
railties (5.2.2.rc1)
actionpack (= 5.2.2.rc1)
activesupport (= 5.2.2.rc1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
Expand Down Expand Up @@ -511,7 +511,7 @@ DEPENDENCIES
public_suffix (~> 3.0.2)
puma (= 3.10)
rack-attack (~> 5.0)
rails (~> 5.2.1)
rails (~> 5.2.2.rc1)
rails-controller-testing
railties (~> 5.2.0)
recaptcha (~> 3.3)
Expand Down

0 comments on commit bcda697

Please sign in to comment.