Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Apr 6, 2019
1 parent 30eae3a commit 862c0e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: ruby
cache: bundler
rvm:
- 2.4.5
- 2.5.3
- 2.5.5
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down
2 changes: 1 addition & 1 deletion enju_inter_library_loan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "enju_leaf", "~> 1.4.0.beta.1"
s.add_development_dependency "pg"
s.add_development_dependency "rspec-rails", "~> 3.7"
s.add_development_dependency "rspec-rails", "~> 3.8"
s.add_development_dependency "factory_bot_rails"
s.add_development_dependency "sunspot_solr", "~> 2.3"
s.add_development_dependency "simplecov"
Expand Down

0 comments on commit 862c0e8

Please sign in to comment.