Skip to content

Commit

Permalink
Remove support for Rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Sep 25, 2017
1 parent b7daa6f commit d46f522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa.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.2.0", "< 6.0"
s.add_dependency "rails", "~> 5.0", "< 6.0"
s.add_dependency "faraday"
s.add_dependency "nokogiri", "~> 1.6"
s.add_dependency "activerecord-import"
Expand Down

0 comments on commit d46f522

Please sign in to comment.