Skip to content

Commit

Permalink
update Gemfile source because bundler is 👊
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed May 24, 2013
1 parent 1201278 commit d4860b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/rails2.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gemspec :path => "../"
gem 'rails', '~> 2.3.14', :group => :development
2 changes: 1 addition & 1 deletion ci/rails3.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gemspec :path => "../"
gem 'rails', '~> 3.2.13', :group => :development

0 comments on commit d4860b1

Please sign in to comment.