Skip to content

Commit

Permalink
Nasty typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EugZol committed Apr 27, 2017
1 parent a5d8392 commit 588c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion where_exists.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["lib/**/*", "MIT-LICENSE", "Rakefile", "README.markdownq"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "= 3.2.22", "< 6"
s.add_dependency "rails", ">= 3.2.22", "< 6"

s.add_development_dependency "sqlite3", "~> 1.3"
s.add_development_dependency "minitest"
Expand Down

0 comments on commit 588c3d6

Please sign in to comment.