Skip to content

Commit e297f81

Browse files
committedNov 30, 2013
Target latest opal
1 parent 6a070cd commit e297f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎opal-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
2020
s.require_paths = ['lib']
2121

22-
s.add_runtime_dependency 'opal', '~> 0.5.0'
22+
s.add_runtime_dependency 'opal', '~> 0.6.0'
2323
s.add_runtime_dependency 'opal-sprockets', '~> 0.3.0'
2424

2525
s.add_runtime_dependency 'rails', '>= 3.2.13', '< 5.0'

0 commit comments

Comments
 (0)
Please sign in to comment.