Skip to content

Commit a2c78e2

Browse files
committed
Merge pull request Apipie#413 from ferdinandrosario/rails4.2
Rails4.2
2 parents 640f09c + 5c02387 commit a2c78e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ gemfile:
88
- Gemfile.rails32
99
- Gemfile.rails40
1010
- Gemfile.rails41
11+
- Gemfile.rails42

Gemfile.rails42

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gemspec
4+
5+
gem 'rails', '~> 4.2.5'

0 commit comments

Comments
 (0)