Skip to content

Commit

Permalink
Bump rake from 11.3.0 to 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed Dec 30, 2017
1 parent 7123cb7 commit 6187b73
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 @@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby "2.2.7"

gem 'rails', '~> 3.2'
gem 'rake', '< 12.0'
gem 'rake', '< 13.0'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (11.3.0)
rake (12.3.0)
ransack (1.8.4)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand Down Expand Up @@ -782,7 +782,7 @@ DEPENDENCIES
rails-footnotes (>= 4.1.8)
rails-i18n (~> 3.0.0)
rails_12factor
rake (< 12.0)
rake (< 13.0)
ransack
redcarpet
rspec-rails (~> 2.14.2)
Expand Down

0 comments on commit 6187b73

Please sign in to comment.