Skip to content

Commit

Permalink
Update master to opal 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Dec 1, 2013
1 parent 6b804c9 commit 46a85a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -1,4 +1,7 @@
source "https://rubygems.org"
gemspec

gem 'opal', :github => 'opal/opal'
gem 'opal-rspec', '0.3.0.beta1'

gem 'rake'
4 changes: 2 additions & 2 deletions opal-jquery.gemspec
Expand Up @@ -15,6 +15,6 @@ 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.5.0'
s.add_development_dependency 'opal-rspec'
s.add_runtime_dependency 'opal', '~> 0.6.0'
s.add_development_dependency 'opal-rspec', '~> 0.3.0'
end

0 comments on commit 46a85a8

Please sign in to comment.