Skip to content

Commit

Permalink
Merge pull request #4 from pipefy/dc-ruby-version
Browse files Browse the repository at this point in the history
Allowing any ruby version in 2.4.x
  • Loading branch information
dccunha authored Jan 3, 2018
2 parents a05ef9f + 393b3f9 commit c646122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion griddler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://thoughtbot.com'
s.summary = 'SendGrid Parse API client Rails Engine'

s.required_ruby_version = Gem::Requirement.new(">= 2.4.1")
s.required_ruby_version = Gem::Requirement.new('>= 2.4.0')
s.files = Dir['{app,config,lib}/**/*'] + ['LICENSE', 'Rakefile', 'README.md']
s.require_paths = %w{app lib}

Expand Down

0 comments on commit c646122

Please sign in to comment.