Skip to content

Commit

Permalink
Upgrade Rails versions from gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascaton committed May 21, 2019
1 parent 0bf8287 commit c7b1a97
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 4.2.10'
gem 'activesupport', '~> 4.2.10'
gem 'activerecord', '~> 4.2.11.1'
gem 'activesupport', '~> 4.2.11.1'
gem 'sqlite3'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 5.0.7'
gem 'activesupport', '~> 5.0.7'
gem 'activerecord', '~> 5.0.7.2'
gem 'activesupport', '~> 5.0.7.2'
gem 'sqlite3'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 5.1.6'
gem 'activesupport', '~> 5.1.6'
gem 'activerecord', '~> 5.1.7'
gem 'activesupport', '~> 5.1.7'
gem 'sqlite3'

gemspec path: '../'
4 changes: 2 additions & 2 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source 'https://rubygems.org'

gem 'activerecord', '~> 5.2.1'
gem 'activesupport', '~> 5.2.1'
gem 'activerecord', '~> 5.2.3'
gem 'activesupport', '~> 5.2.3'
gem 'sqlite3'

gemspec path: '../'

0 comments on commit c7b1a97

Please sign in to comment.