Skip to content

Commit b0b1ef4

Browse files
authored
Merge pull request #40 from danascheider/support-rails-5-2
Add gemfile for Rails 5.2
2 parents 37cb8e3 + e31143d commit b0b1ef4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rvm:
88
gemfile:
99
- Gemfile
1010
- gemfiles/Gemfile-rails-5-0
11+
- gemfiles/Gemfile-rails-5-2
1112
matrix:
1213
allow_failures:
1314
- rvm: ruby-head

gemfiles/Gemfile-rails-5-2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source 'https://rubygems.org'
2+
gemspec path: '..'
3+
4+
gem 'actionpack', '~> 5.2.0'

0 commit comments

Comments
 (0)