Skip to content

Commit c514078

Browse files
committed
Add 4.0.x gemfile
1 parent f11538f commit c514078

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gemfile:
77
- test/gemfiles/Gemfile.rails-3.0.x
88
- test/gemfiles/Gemfile.rails-3.1.x
99
- test/gemfiles/Gemfile.rails-3.2.x
10+
- test/gemfiles/Gemfile.rails-4.0.x
1011
- test/gemfiles/Gemfile.rails-edge
1112

1213
matrix:

test/gemfiles/Gemfile.rails-4.0.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source :rubygems
2+
gemspec :path => "./../.."
3+
4+
gem "actionpack", "~> 4.0.0"
5+
gem "railties", "~> 4.0.0"

0 commit comments

Comments
 (0)