Skip to content

Commit

Permalink
Merge pull request #16 from sul-dlss/update-rake
Browse files Browse the repository at this point in the history
Unpin rake.
  • Loading branch information
cbeer committed Jul 27, 2020
2 parents b51d35d + 27ca77b commit c94a16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rake', '~> 11.3.0'
gem 'rake'

# Coveralls gem for code coverage reporting
gem 'coveralls', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -50,7 +50,7 @@ GEM
ast (~> 2.4.1)
powerpack (0.1.2)
rainbow (3.0.0)
rake (11.3.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -100,7 +100,7 @@ DEPENDENCIES
dlss-capistrano
dlss_cops
honeybadger
rake (~> 11.3.0)
rake
rspec

BUNDLED WITH
Expand Down

0 comments on commit c94a16c

Please sign in to comment.