Skip to content

Commit

Permalink
Update dependencies for opal 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Feb 3, 2015
1 parent 8ae8502 commit 2d1043d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
source 'https://rubygems.org'
gemspec

gem 'opal', github: 'opal/opal'
gem 'opal-rspec', github: 'opal/opal-rspec'
4 changes: 2 additions & 2 deletions opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.7.0.beta3'
s.add_development_dependency 'opal-rspec', '~> 0.4.0.beta4'
s.add_runtime_dependency 'opal', '~> 0.7.0'
s.add_development_dependency 'opal-rspec', '~> 0.4.0'
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
end

0 comments on commit 2d1043d

Please sign in to comment.