Skip to content

Commit

Permalink
Merge pull request #1 from samwarwick/dependabot/bundler/rake-12.3.3
Browse files Browse the repository at this point in the history
Bump rake from 10.5.0 to 12.3.3
  • Loading branch information
samwarwick committed Mar 14, 2021
2 parents a037358 + 251c78d commit 1d56a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '2.4.10'
gem 'rails', '3.2.16'
gem 'rake', '< 11.0'
gem 'rake', '< 13.0'
gem 'pg', '0.12.2'

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -91,7 +91,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.5.0)
rake (12.3.3)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.11.0)
Expand Down Expand Up @@ -145,7 +145,7 @@ DEPENDENCIES
jquery-rails (= 2.0.2)
pg (= 0.12.2)
rails (= 3.2.16)
rake (< 11.0)
rake (< 13.0)
rspec-rails (= 2.11.0)
sass-rails (= 3.2.5)
sqlite3 (= 1.3.5)
Expand Down

0 comments on commit 1d56a1d

Please sign in to comment.