Skip to content

Commit

Permalink
Opal versioning regarding components
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdne authored May 26, 2021
1 parent a682373 commit 9d261e0
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 9d261e0

Please sign in to comment.