Skip to content

Commit

Permalink
Update Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Feb 8, 2012
1 parent 9812aa2 commit 6fc532b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ rvm:
- ree
gemfile:
- Gemfile
- gemfiles/Gemfile
- gemfiles/Gemfile-3.0
- gemfiles/Gemfile-3.1
- gemfiles/Gemfile-3.2
6 changes: 6 additions & 0 deletions gemfiles/Gemfile-3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "activerecord", "~> 3.0"
gem "activesupport", "~> 3.0"
gem "railties", "~> 3.0"
4 changes: 3 additions & 1 deletion gemfiles/Gemfile-3.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "rails", "~> 3.1"
gem "activerecord", "~> 3.1"
gem "activesupport", "~> 3.1"
gem "railties", "~> 3.1"
4 changes: 3 additions & 1 deletion gemfiles/Gemfile-3.2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "rails", "~> 3.2"
gem "activerecord", "~> 3.2"
gem "activesupport", "~> 3.2"
gem "railties", "~> 3.2"

0 comments on commit 6fc532b

Please sign in to comment.