Skip to content

Commit

Permalink
SRCH-352 - Upgrade rake gem for search-gov (#229)
Browse files Browse the repository at this point in the history
* SRCH-352 - Upgrade rake gem for search-gov

* update rake

* remove unnecessary comment
  • Loading branch information
peggles2 authored Feb 1, 2019
1 parent 3c09655 commit 3613326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
source 'https://rubygems.org'

# Temporarily limiting rake version:
# #http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11
gem 'rake', '~> 10.0'
gem 'rake', '~> 12.3.2'
gem 'rails', '= 4.2.11'
gem 'rails-observers', '~> 0.1.5'
gem 'responders', '~> 2.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rake (10.5.0)
rake (12.3.2)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -821,7 +821,7 @@ DEPENDENCIES
rack-cors (~> 1.0.2)
rails (= 4.2.11)
rails-observers (~> 0.1.5)
rake (~> 10.0)
rake (~> 12.3.2)
rash_alt!
recaptcha (~> 4.6.3)
redis (~> 4.0.1)
Expand Down Expand Up @@ -879,4 +879,4 @@ DEPENDENCIES
yui-compressor (~> 0.12.0)

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit 3613326

Please sign in to comment.