Gemfile.lock in SgfParser-2.0.0 vs Gemfile.lock in SgfParser-3.0.0
- old
+ new
@@ -1,32 +1,58 @@
PATH
remote: .
specs:
- SgfParser (1.0.1)
+ SgfParser (3.0.0)
GEM
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- diff-lcs (1.1.3)
- json (1.6.3)
- rake (0.9.2.2)
- rcov (0.9.11)
- rdoc (3.12)
+ byebug (8.2.4)
+ coderay (1.1.1)
+ diff-lcs (1.2.5)
+ docile (1.1.5)
+ json (1.8.3)
+ method_source (0.8.2)
+ pry (0.10.3)
+ coderay (~> 1.1.0)
+ method_source (~> 0.8.1)
+ slop (~> 3.4)
+ pry-byebug (3.3.0)
+ byebug (~> 8.0)
+ pry (~> 0.10)
+ rake (11.1.2)
+ rdoc (4.2.2)
json (~> 1.4)
- rspec (2.7.0)
- rspec-core (~> 2.7.0)
- rspec-expectations (~> 2.7.0)
- rspec-mocks (~> 2.7.0)
- rspec-core (2.7.1)
- rspec-expectations (2.7.0)
- diff-lcs (~> 1.1.2)
- rspec-mocks (2.7.0)
+ 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)
+ simplecov (0.11.2)
+ docile (~> 1.1.0)
+ json (~> 1.8)
+ simplecov-html (~> 0.10.0)
+ simplecov-html (0.10.0)
+ slop (3.6.0)
PLATFORMS
ruby
+ x64-mingw32
DEPENDENCIES
SgfParser!
+ pry-byebug
rake
- rcov
rdoc
rspec
+ simplecov
+
+BUNDLED WITH
+ 1.11.2