Skip to content

Commit

Permalink
Bump rake from 11.3.0 to 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 13, 2017
1 parent daceec4 commit 7930f64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gem 'yaml_db'

# http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11
# same error in travis build with rake v12.0.0, so I chose to pin rake back
gem 'rake', '~> 11.3.0'
gem 'rake', '~> 12.2.1'

# -------------------
gem 'honeybadger', '~> 3.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.1)
rake (11.3.0)
rake (12.2.1)
ransack (1.7.0)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand Down Expand Up @@ -512,7 +512,7 @@ DEPENDENCIES
pubmed_search
rails (~> 4.2.10)
rails_db
rake (~> 11.3.0)
rake (~> 12.2.1)
responders (~> 2.4)
rest-client
retina_tag
Expand Down

0 comments on commit 7930f64

Please sign in to comment.