Skip to content

Commit

Permalink
bumping required ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielCabib committed Sep 21, 2016
1 parent b9f9b96 commit 54541c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yotpo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.summary = %q{A Ruby interface to the YOTPO API}
gem.homepage = 'https://github.com/YotpoLtd/yotpo-ruby'
gem.license = 'MIT'
gem.required_ruby_version = '>= 1.9.3'
gem.required_ruby_version = '>= 2.2.2'

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit 54541c8

Please sign in to comment.