Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed May 30, 2020
1 parent 925502d commit 8bcc2df
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.3.8
- 2.4.6
- 2.6.6
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 @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "enju_circulation", "~> 0.3.8"

s.add_development_dependency "enju_leaf", "~> 1.3.4.rc.1"
s.add_development_dependency "enju_leaf", "~> 1.3.4.rc.2"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2"
s.add_development_dependency "pg"
Expand Down

0 comments on commit 8bcc2df

Please sign in to comment.