Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #557 from y-yagi/dependabot/bundler/rails-5.2.1
Browse files Browse the repository at this point in the history
Bump rails from 5.2.0 to 5.2.1
  • Loading branch information
y-yagi committed Aug 26, 2018
2 parents 49a9d94 + 335a688 commit c9d0377
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ruby '2.5.1'

source 'https://rubygems.org'

gem 'rails', '5.2.1.rc1'
gem 'rails', '5.2.1'

gem 'active_decorator'
gem 'array_form_helper'
Expand Down
76 changes: 38 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
actioncable (5.2.1)
actionpack (= 5.2.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
actionview (= 5.2.1.rc1)
activejob (= 5.2.1.rc1)
actionmailer (5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.1.rc1)
actionview (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
actionpack (5.2.1)
actionview (= 5.2.1)
activesupport (= 5.2.1)
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.rc1)
activesupport (= 5.2.1.rc1)
actionview (5.2.1)
activesupport (= 5.2.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_decorator (1.0.0)
activejob (5.2.1.rc1)
activesupport (= 5.2.1.rc1)
activejob (5.2.1)
activesupport (= 5.2.1)
globalid (>= 0.3.6)
activemodel (5.2.1.rc1)
activesupport (= 5.2.1.rc1)
activerecord (5.2.1.rc1)
activemodel (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
activemodel (5.2.1)
activesupport (= 5.2.1)
activerecord (5.2.1)
activemodel (= 5.2.1)
activesupport (= 5.2.1)
arel (>= 9.0)
activestorage (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
activerecord (= 5.2.1.rc1)
activestorage (5.2.1)
actionpack (= 5.2.1)
activerecord (= 5.2.1)
marcel (~> 0.3.1)
activesupport (5.2.1.rc1)
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
http-form_data (2.1.0)
http_accept_language (2.1.1)
http_parser.rb (0.6.0)
i18n (1.0.1)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
icalendar (2.4.1)
io-like (0.3.0)
Expand Down Expand Up @@ -232,27 +232,27 @@ GEM
rack (>= 1.2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1.rc1)
actioncable (= 5.2.1.rc1)
actionmailer (= 5.2.1.rc1)
actionpack (= 5.2.1.rc1)
actionview (= 5.2.1.rc1)
activejob (= 5.2.1.rc1)
activemodel (= 5.2.1.rc1)
activerecord (= 5.2.1.rc1)
activestorage (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
rails (5.2.1)
actioncable (= 5.2.1)
actionmailer (= 5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
activemodel (= 5.2.1)
activerecord (= 5.2.1)
activestorage (= 5.2.1)
activesupport (= 5.2.1)
bundler (>= 1.3.0)
railties (= 5.2.1.rc1)
railties (= 5.2.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.1.rc1)
actionpack (= 5.2.1.rc1)
activesupport (= 5.2.1.rc1)
railties (5.2.1)
actionpack (= 5.2.1)
activesupport (= 5.2.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
Expand Down Expand Up @@ -415,7 +415,7 @@ DEPENDENCIES
pghero
puma
rack-mini-profiler
rails (= 5.2.1.rc1)
rails (= 5.2.1)
rambulance
rinku
rollbar
Expand Down

0 comments on commit c9d0377

Please sign in to comment.