Skip to content

Commit

Permalink
Merge pull request #12 from atmattpatt/dependabot/bundler/rake-12.3.1
Browse files Browse the repository at this point in the history
Bump rake from 10.3.2 to 12.3.1
  • Loading branch information
Matthew Patterson committed Jul 6, 2018
2 parents c12a763 + 3ff2123 commit 5730f34
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 @@ -10,7 +10,7 @@ end
group :development, :deployment do
gem 'coffee-script', '2.4.1'
gem 'cssminify', '1.0.2'
gem 'rake', '~> 10.3'
gem 'rake', '~> 12.3'
gem 'therubyracer', '0.12.3'
gem 'uglifier', '4.1.14'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -14,7 +14,7 @@ GEM
rack-protection (2.0.3)
rack
raindrops (0.19.0)
rake (10.3.2)
rake (12.3.1)
ref (2.0.0)
shotgun (0.9.2)
rack (>= 1.0)
Expand All @@ -39,7 +39,7 @@ PLATFORMS
DEPENDENCIES
coffee-script (= 2.4.1)
cssminify (= 1.0.2)
rake (~> 10.3)
rake (~> 12.3)
shotgun (= 0.9.2)
sinatra (= 2.0.3)
therubyracer (= 0.12.3)
Expand Down

0 comments on commit 5730f34

Please sign in to comment.