Upgraded Ruby to 2.2.2 plus rebuild Gemfile.lock file

This commit is contained in:
Al Snow
2015-06-17 15:22:24 -04:00
parent 401c69b815
commit 26124739da
3 changed files with 23 additions and 14 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
#don't upgrade
gem 'rails', '4.0.13'
ruby '2.1.6'
ruby '2.2.2'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
@@ -40,6 +40,7 @@ group :development, :test, :mysql do
gem 'database_cleaner'
gem 'poltergeist'
gem 'rspec-rails', '2.14.2'
gem 'test-unit'
end
group :mysql do