Skip to content

Commit

Permalink
gem updates /2
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jun 12, 2018
1 parent 0f0083b commit 8e8bc1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,10 +1,12 @@
source 'https://rubygems.org'

git_source(:github) {|repo_name| "https://github.com/#{repo_name}.git" }

gem 'opal', '0.11.0'
gem 'opal-sprockets', github: 'opal/opal-sprockets'
gem 'opal-jquery', github: 'opal/opal-jquery'
# gem 'opal-jquery'
gem 'opal-rspec', github: 'opal/opal-rspec', submodules: true, branch: 'elia/opal-master'
gem 'opal-rspec', github: 'opal/opal-rspec', submodules: true, branch: 'master'

gem 'bootstrap-sass', '~> 3.2.0.2'

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,26 +1,26 @@
GIT
remote: git://github.com/opal/opal-jquery.git
remote: https://github.com/opal/opal-jquery.git
revision: f47a9b42da366cea270f743b05acf529f3077d35
specs:
opal-jquery (0.4.2)
opal (>= 0.10.0, < 0.12.0)

GIT
remote: git://github.com/opal/opal-rspec.git
revision: 29ee91d19b3c65668be38d2c34f99546959a2d9f
branch: elia/opal-master
remote: https://github.com/opal/opal-rspec.git
revision: f3b28c3df1e0159a5f4ad9363ef17789ca26ba63
branch: master
submodules: true
specs:
opal-rspec (0.7.0.dev)
opal (>= 0.10.0, < 0.12)
opal-sprockets

GIT
remote: git://github.com/opal/opal-sprockets.git
revision: c5ce8dc6c5c5c24499942b41e6e98ae8ebf156de
remote: https://github.com/opal/opal-sprockets.git
revision: 32cde8638159a41ae10fbde2fe06f844451ff540
specs:
opal-sprockets (0.4.1.0.11.0.rc1.3.1)
opal (~> 0.11.0.rc1)
opal-sprockets (0.4.1.0.11.0.3.1)
opal (~> 0.11.0)
sprockets (~> 3.1)
tilt (>= 1.4)

Expand Down

0 comments on commit 8e8bc1a

Please sign in to comment.