Skip to content

Commit

Permalink
Bump rake from 10.5.0 to 12.3.3
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v12.3.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2020
1 parent 8028f5f commit c1d69de
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
@@ -1,7 +1,7 @@
source 'http://rubygems.org'

gem 'rails', '4.2.11'
gem 'rake', '< 11.0'
gem 'rake', '< 13.0'

gem 'pg'
gem 'devise'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rake (10.5.0)
rake (12.3.3)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ DEPENDENCIES
rails (= 4.2.11)
rails-observers
rails_autolink (>= 1.1.5)
rake (< 11.0)
rake (< 13.0)
rdiscount
rouge
rspec (= 3.1)
Expand Down

0 comments on commit c1d69de

Please sign in to comment.