Skip to content

Commit

Permalink
Master now working on opal 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 27, 2013
1 parent 820acc7 commit 4d57cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -1,6 +1,9 @@
source 'https://rubygems.org'
gemspec

gem 'opal', :github => 'opal/opal'
gem 'opal-sprockets', :github => 'opal/opal-sprockets'

gem 'rake'

gem 'rspec', '3.0.0.beta1'
Expand Down
4 changes: 2 additions & 2 deletions opal-rspec.gemspec
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.add_dependency 'opal', '>= 0.5.4'
s.add_dependency 'opal-sprockets', '~> 0.3.0'
s.add_dependency 'opal', '~> 0.6.0'
s.add_dependency 'opal-sprockets', '~> 0.4.0'

s.add_development_dependency 'rake'
end
Expand Down

0 comments on commit 4d57cb6

Please sign in to comment.