Skip to content

Commit

Permalink
Merge pull request #113 from hmdne/patch-1
Browse files Browse the repository at this point in the history
Opal versioning regarding components
  • Loading branch information
elia authored May 28, 2021
2 parents a682373 + 9d261e0 commit d3dcaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'opal', '>= 0.10.0', '< 1.1'
s.add_development_dependency 'opal-rspec', '~> 0.7.0'
s.add_development_dependency 'opal-sprockets', '~> 0.4.1'
s.add_runtime_dependency 'opal', ['>= 0.10.0', '< 2.0']
s.add_development_dependency 'opal-rspec', ['~> 0.7.0', '< 2.0']
s.add_development_dependency 'opal-sprockets', ['>= 0.4.1', '< 2.0']
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
end

0 comments on commit d3dcaa6

Please sign in to comment.