Skip to content

Commit

Permalink
Use 1.8 hash syntax in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed May 11, 2013
1 parent 8c844f2 commit ed75703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'pg', :platform => :ruby
gem "activerecord-jdbcpostgresql-adapter", :platform => :jruby

gem "activerecord", ENV["ACTIVE_RECORD_VERSION"] if ENV["ACTIVE_RECORD_VERSION"]
gem "activerecord", :github => "rails", branch: ENV["ACTIVE_RECORD_BRANCH"] if ENV["ACTIVE_RECORD_BRANCH"]
gem "activerecord", :github => "rails", :branch => ENV["ACTIVE_RECORD_BRANCH"] if ENV["ACTIVE_RECORD_BRANCH"]

gem 'coveralls', :require => false, :platform => :mri_20

Expand Down

0 comments on commit ed75703

Please sign in to comment.