Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Make config/boot.rb match Gemfile on test site
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 18, 2014
1 parent 61e1043 commit dfffd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_site/config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'
if RUBY_VERSION > '1.9'
gem 'rails', '4.0.0'
gem 'rails', '4.0.2'
else
gem 'rails', '3.2.12'
end
Expand Down

0 comments on commit dfffd05

Please sign in to comment.