Skip to content

Commit

Permalink
Add Rails 5.0 and 5.1 to the Appraisals list.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 5, 2018
1 parent fe4d8de commit 9edcc81
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
appraise "rails-4.1" do
gem "rails", "~> 4.1.0"
end
end if RUBY_VERSION.to_f < 2.4

appraise "rails-4.2" do
gem "rails", "~> 4.2.0"
end

appraise "rails-5.0" do
gem "rails", "~> 5.0.0"
end

appraise "rails-5.1" do
gem "rails", "~> 5.1.0"
end
2 changes: 1 addition & 1 deletion vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"]

s.add_dependency "rails", [">= 4.1", "< 5.1"]
s.add_dependency "rails", [">= 4.1"]
s.add_dependency "vault", "~> 0.5"

s.add_development_dependency "appraisal", "~> 2.1"
Expand Down

0 comments on commit 9edcc81

Please sign in to comment.