Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Commit 31d0035

Browse files
committedAug 15, 2013
Update dependencies to run on newest Opal
1 parent fed5d40 commit 31d0035

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎Gemfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'opal', :github => 'opal/opal'
3+
gem 'opal', '>= 0.4.4'
44
gem 'opal-sprockets'
5-
gem 'opal-erb'
6-
gem 'opal-jquery', :github => 'opal/opal-jquery'
7-
# gem 'vienna', :github => 'opal/vienna'
8-
gem 'vienna', :path => '../vienna'
5+
gem 'opal-jquery'
6+
gem 'vienna', :github => 'opal/vienna'

0 commit comments

Comments
 (0)
This repository has been archived.