Skip to content

Commit

Permalink
Add gemfile for ActiveModel edge
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosmichas committed Jul 2, 2020
1 parent 852f750 commit 1003a26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ gemfile:
- gemfiles/active_model_5.1.gemfile
- gemfiles/active_model_5.2.gemfile
- gemfiles/active_model_6.0.gemfile
- gemfiles/active_model_edge.gemfile

matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
- gemfile: gemfiles/active_model_edge.gemfile
rvm: '2.5'
- gemfile: gemfiles/active_model_edge.gemfile
rvm: '2.6'
11 changes: 11 additions & 0 deletions gemfiles/active_model_edge.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", :github => "rails/rails", :branch => "master"

platforms :mri_20, :mri_21 do
gem "pry-byebug"
end

gemspec :path => "../"

0 comments on commit 1003a26

Please sign in to comment.