Skip to content

Commit c4a5c0c

Browse files
committed
Update rails version
1 parent 173985f commit c4a5c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemfiles/rails_3.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '3.2.19'
5+
gem 'rails', '3.2.22.5'
66
gem 'rack-cache', '<= 1.2'
77

88
group :development, :test do

gemfiles/rails_4.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '4.1.6'
5+
gem 'rails', '4.2.10'
66

77
group :development, :test do
88
gem 'bundler'

0 commit comments

Comments
 (0)