Skip to content

Commit

Permalink
Merge pull request #91 from danascheider/update-dependencies
Browse files Browse the repository at this point in the history
Allow newer versions of Rake
  • Loading branch information
danascheider authored Jan 2, 2017
2 parents e066165 + e631c5f commit bea9d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Rambo
MAJOR = '0'
MINOR = '7'
PATCH = '0'
PATCH = '1'

def self.version
[Rambo::MAJOR, Rambo::MINOR, Rambo::PATCH].join('.')
Expand Down
2 changes: 1 addition & 1 deletion rambo_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "colorize", "~> 0.7"
s.add_dependency "json_test_data", "~> 1.1", ">= 1.1.3"
s.add_dependency "json-schema", "~> 2.6"
s.add_dependency "rake", "~> 11.0"
s.add_dependency "rake", ">= 11.0"

if RUBY_VERSION < "2.2.2"
s.add_dependency "activesupport", "~> 4.0"
Expand Down

0 comments on commit bea9d94

Please sign in to comment.