We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a070cd commit e297f81Copy full SHA for e297f81
opal-rails.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
20
s.require_paths = ['lib']
21
22
- s.add_runtime_dependency 'opal', '~> 0.5.0'
+ s.add_runtime_dependency 'opal', '~> 0.6.0'
23
s.add_runtime_dependency 'opal-sprockets', '~> 0.3.0'
24
25
s.add_runtime_dependency 'rails', '>= 3.2.13', '< 5.0'
0 commit comments