Skip to content

Commit

Permalink
Merge pull request #30 from hmdne/patch-3
Browse files Browse the repository at this point in the history
Support Ruby 3.1
  • Loading branch information
elia authored Dec 24, 2021
2 parents 7d5c01a + d2ff44d commit ad505ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opal/sprockets/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module Sprockets
VERSION = '1.0.2'
VERSION = '1.0.3'
end
end
2 changes: 1 addition & 1 deletion opal-sprockets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.metadata['source_code_uri'] = 'https://github.com/opal/opal-sprockets'
spec.metadata['changelog_uri'] = 'https://github.com/opal/opal-sprockets/blob/master/CHANGELOG.md'

spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 3.1')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
Expand Down

0 comments on commit ad505ec

Please sign in to comment.