Skip to content

Commit

Permalink
Update rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
darren987469 authored and basjanssen committed Feb 28, 2020
1 parent 87e8651 commit 20d1849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '3.2.19'
gem 'rails', '3.2.22.5'
gem 'rack-cache', '<= 1.2'

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '4.1.6'
gem 'rails', '4.2.10'

group :development, :test do
gem 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '5.0.0'
gem 'rails', '5.2.1'

group :development, :test do
gem 'bundler'
Expand Down

0 comments on commit 20d1849

Please sign in to comment.