Skip to content

Commit

Permalink
Set Minimum Ruby Version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Gupta committed Nov 6, 2019
1 parent 8c3a0e1 commit 27ba8c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
netrc (0.11.0)
prettybacon (0.0.2)
bacon (~> 1.2)
rake (13.0.0)
rake (10.5.0)
ruby-macho (1.4.0)
thread_safe (0.3.6)
tzinfo (1.2.5)
Expand All @@ -98,7 +98,7 @@ DEPENDENCIES
mocha
mocha-on-bacon
prettybacon
rake
rake (~> 10.0)

BUNDLED WITH
1.17.3
3 changes: 2 additions & 1 deletion cocoapods-pod-merge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.0.0'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rake', '~> 10.0'
end

0 comments on commit 27ba8c8

Please sign in to comment.