Gemfile.lock in bloomed-1.0.0 vs Gemfile.lock in bloomed-1.1.0
- old
+ new
@@ -1,19 +1,55 @@
PATH
remote: .
specs:
bloomed (1.0.0)
- bloomer
+ bloomer (~> 1.0)
+ msgpack
GEM
remote: https://rubygems.org/
specs:
- bitarray (1.1.0)
- bloomer (0.0.5)
+ bitarray (1.2.0)
+ bloomer (1.0.0)
bitarray
+ msgpack
+ coderay (1.1.2)
diff-lcs (1.3)
- rake (10.5.0)
+ ffi (1.9.25)
+ formatador (0.2.5)
+ guard (2.14.2)
+ formatador (>= 0.2.4)
+ listen (>= 2.7, < 4.0)
+ lumberjack (>= 1.0.12, < 2.0)
+ nenv (~> 0.1)
+ notiffany (~> 0.0)
+ pry (>= 0.9.12)
+ shellany (~> 0.0)
+ thor (>= 0.18.1)
+ guard-compat (1.2.1)
+ guard-rspec (4.7.3)
+ guard (~> 2.1)
+ guard-compat (~> 1.1)
+ rspec (>= 2.99.0, < 4.0)
+ listen (3.1.5)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ ruby_dep (~> 1.2)
+ lumberjack (1.0.13)
+ method_source (0.9.0)
+ msgpack (1.2.4)
+ nenv (0.3.0)
+ notiffany (0.1.1)
+ nenv (~> 0.1)
+ shellany (~> 0.0)
+ pry (0.11.3)
+ coderay (~> 1.1.0)
+ method_source (~> 0.9.0)
+ rake (12.3.1)
+ rb-fsevent (0.10.3)
+ rb-inotify (0.9.10)
+ ffi (>= 0.5.0, < 2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
@@ -23,17 +59,25 @@
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
+ rspec_junit_formatter (0.4.1)
+ rspec-core (>= 2, < 4, != 2.12.0)
+ ruby_dep (1.5.0)
+ shellany (0.0.1)
+ thor (0.20.0)
PLATFORMS
ruby
DEPENDENCIES
bloomed!
bundler (~> 1.16)
- rake (~> 10.0)
+ guard
+ guard-rspec
+ rake (~> 12.0)
rspec (~> 3.0)
+ rspec_junit_formatter
BUNDLED WITH
- 1.16.3
+ 1.16.4