Skip to content

Commit

Permalink
Require Ruby 1.9+
Browse files Browse the repository at this point in the history
This make possible to work with JRuby 1.7

Fixes #17
  • Loading branch information
rafaelfranca committed Apr 9, 2015
1 parent 96451ee commit 7e5d634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion execjs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Gem::Specification.new do |s|
s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]

s.required_ruby_version = '>= 2.0.0'
# We only support MRI 2+ but this is needed to work with JRuby 1.7.
s.required_ruby_version = '>= 1.9.3'
end

1 comment on commit 7e5d634

@jcoyne
Copy link

@jcoyne jcoyne commented on 7e5d634 Apr 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 We're just running into this error with our Jruby builds.

Please sign in to comment.