Skip to content

Commit

Permalink
Pin Rake to 10.5ish, since 11 removes the last_comment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Owens committed Jan 13, 2017
1 parent f042735 commit 7edcced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centurion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'logger-colors'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '~> 10.5'
spec.add_development_dependency 'rspec', '~> 3.1.0'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'simplecov'
Expand Down
2 changes: 1 addition & 1 deletion lib/centurion/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Centurion
VERSION = '1.8.9'
VERSION = '1.8.8'
end

0 comments on commit 7edcced

Please sign in to comment.