Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rails to fix S3 bucket defect #1388

Merged
merged 1 commit into from Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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