Skip to content

Commit

Permalink
Bump activesupport from 5.2.1.1 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 5.2.1.1 to 5.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v5.2.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v5.2.1.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Dec 5, 2018
1 parent 1e8a79c commit 7e24912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source 'https://rubygems.org'

gemspec

gem 'activesupport', '~> 5.2.1'
gem 'activesupport', '~> 5.2.2'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.1.1)
activesupport (5.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -44,7 +44,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.2.1)
activesupport (~> 5.2.2)
benchmark-ips (~> 2)
bundler (~> 1)
fast_underscore!
Expand Down

0 comments on commit 7e24912

Please sign in to comment.