Skip to content

Commit

Permalink
Add Rails 5.1.4 to the testing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Feb 8, 2018
1 parent fe60905 commit eec39ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ appraise 'rails-5' do
gem 'rails', '5.0.1'
end

appraise 'rails-5.1' do
gem 'rails', '5.1.4'
end

appraise 'sinatra' do
gem 'sinatra', '2.0.0'
end
7 changes: 7 additions & 0 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "5.1.4"

gemspec path: "../"

0 comments on commit eec39ab

Please sign in to comment.