Gemfile in opal-jquery-0.4.1 vs Gemfile in opal-jquery-0.4.2

- old
+ new

@@ -1,2 +1,6 @@ source 'https://rubygems.org' gemspec + +gem 'opal', ENV['OPAL_VERSION'] || '~> 0.10.0' +gem 'opal-rspec', github: 'opal/opal-rspec', submodules: true +gem 'rack', ENV['RACK_VERSION'] || '> 0'