updating gems
This commit is contained in:
parent
e48b7f5c7a
commit
c87b1f615e
6
Gemfile
6
Gemfile
@ -2,10 +2,10 @@ source 'https://rubygems.org'
|
||||
|
||||
gem "opal" , :github => "opal/opal"
|
||||
gem 'opal-browser'
|
||||
#gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
|
||||
gem "ast" , :path => "../ast"
|
||||
gem "ast" , :github => "dancinglightning/ast" , :branch => :new_inspect
|
||||
#gem "ast" , :path => "../ast"
|
||||
|
||||
#gem "salama" , "0.2" , :path => "../salama"
|
||||
#gem "salama" , "0.3" , :path => "../salama"
|
||||
gem "salama" , github: "salama/salama"
|
||||
|
||||
gem "parslet" , github: "salama/parslet"
|
||||
|
50
Gemfile.lock
50
Gemfile.lock
@ -1,6 +1,13 @@
|
||||
GIT
|
||||
remote: git://github.com/dancinglightning/ast.git
|
||||
revision: 7d2f15d916525e644bbdbfa82c3765e1ca2f03e8
|
||||
branch: new_inspect
|
||||
specs:
|
||||
ast (2.1.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/opal/opal.git
|
||||
revision: c604685071f8560d3357044683a99b80b210a99b
|
||||
revision: acda5649755287b632e8dff7eddcb6d4d71ac0df
|
||||
specs:
|
||||
opal (0.9.0.dev)
|
||||
hike (~> 1.2)
|
||||
@ -16,36 +23,31 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: git://github.com/salama/salama-arm.git
|
||||
revision: 0bd5091e3f284ecf040e0086a41d2449cd5afb7a
|
||||
revision: 4fd8d6fa93f5abcee5d960da9e2b2ec968ba3ea0
|
||||
specs:
|
||||
salama-arm (0.0.1)
|
||||
salama-arm (0.3.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/salama/salama-object-file.git
|
||||
revision: fbae6a02764dbe97e01e4833f9ffffe09879b100
|
||||
revision: f2aad98ff93a816aca7b47bea0751974a72b1e72
|
||||
specs:
|
||||
salama-object-file (0.2.0)
|
||||
salama-object-file (0.3.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/salama/salama-reader.git
|
||||
revision: 34691f36d13f68d2c39cea266f26ea201bc78bb6
|
||||
revision: 58b3553251bd23d2b666b25e23c8bc13ad87acdb
|
||||
specs:
|
||||
salama-reader (0.2.0)
|
||||
salama-reader (0.3.0)
|
||||
ast (~> 2.1.0)
|
||||
parslet (~> 1.7.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/salama/salama.git
|
||||
revision: 83ef902b5595784b691b09ad91afa87490ba5194
|
||||
revision: 02e9975ad61f60230369d40f7ac9821cb6a69550
|
||||
specs:
|
||||
salama (0.2.0)
|
||||
salama-object-file (~> 0.2)
|
||||
salama-reader (~> 0.2)
|
||||
|
||||
PATH
|
||||
remote: ../ast
|
||||
specs:
|
||||
ast (2.1.0)
|
||||
salama (0.3.0)
|
||||
salama-object-file (~> 0.3)
|
||||
salama-reader (~> 0.3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
@ -64,9 +66,9 @@ GEM
|
||||
diff-lcs (1.2.5)
|
||||
ffi (1.9.10)
|
||||
hike (1.2.3)
|
||||
mime-types (2.6.1)
|
||||
mime-types (2.6.2)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.8.0)
|
||||
minitest (5.8.1)
|
||||
multi_json (1.11.2)
|
||||
nokogiri (1.6.6.2)
|
||||
mini_portile (~> 0.6.0)
|
||||
@ -75,7 +77,7 @@ GEM
|
||||
paggio
|
||||
opal-rspec (0.4.3)
|
||||
opal (>= 0.7.0, < 0.9)
|
||||
paggio (0.2.4)
|
||||
paggio (0.2.5)
|
||||
poltergeist (1.5.1)
|
||||
capybara (~> 2.1)
|
||||
cliver (~> 0.3.1)
|
||||
@ -98,20 +100,20 @@ GEM
|
||||
rspec-support (~> 3.2.0)
|
||||
rspec-support (3.2.2)
|
||||
rubyzip (1.1.7)
|
||||
sass (3.4.16)
|
||||
sass (3.4.18)
|
||||
selenium-webdriver (2.43.0)
|
||||
childprocess (~> 0.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
websocket (~> 1.0)
|
||||
sourcemap (0.1.1)
|
||||
sprockets (3.3.2)
|
||||
rack (~> 1.0)
|
||||
susy (2.2.5)
|
||||
sprockets (3.4.0)
|
||||
rack (> 1, < 3)
|
||||
susy (2.2.6)
|
||||
sass (>= 3.3.0, < 3.5)
|
||||
tilt (2.0.1)
|
||||
websocket (1.2.2)
|
||||
websocket-driver (0.5.4)
|
||||
websocket-driver (0.6.2)
|
||||
websocket-extensions (>= 0.1.0)
|
||||
websocket-extensions (0.1.2)
|
||||
xpath (2.0.0)
|
||||
|
Loading…
Reference in New Issue
Block a user