Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions opal-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4d57cb6

Please sign in to comment.