Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Apr 8, 2018
1 parent e6730c8 commit 5dffda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enju_circulation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "enju_leaf", "~> 1.2.2"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2", "~> 0.4.10"
s.add_development_dependency "pg"
s.add_development_dependency "pg", "~> 0.21"
s.add_development_dependency "rspec-rails", "~> 3.5"
s.add_development_dependency "factory_bot_rails"
s.add_development_dependency "sunspot_solr", "2.2.0"
Expand Down

0 comments on commit 5dffda0

Please sign in to comment.