Skip to content

Commit

Permalink
Add Gemfile.lock to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carral committed Mar 9, 2016
1 parent e7a15d8 commit 00c8bcf
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
diff-lcs (1.2.5)
method_source (0.8.2)
mini_portile2 (2.0.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (11.0.1)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
slop (3.6.0)

PLATFORMS
ruby

DEPENDENCIES
nokogiri
pry
rake
rspec

BUNDLED WITH
1.11.2

0 comments on commit 00c8bcf

Please sign in to comment.