Gemfile.lock in semvergen-1.1.0 vs Gemfile.lock in semvergen-1.2.0
- old
+ new
@@ -1,86 +1,113 @@
PATH
remote: .
specs:
- semvergen (1.1.0)
+ semvergen (1.2.0)
geminabox
highline (~> 1.6)
+ slack-notifier
thor (~> 0.14)
GEM
remote: https://rubygems.org/
specs:
+ binding_of_caller (0.7.2)
+ debug_inspector (>= 0.0.1)
builder (3.2.2)
- celluloid (0.15.2)
- timers (~> 1.1.0)
+ byebug (3.5.1)
+ columnize (~> 0.8)
+ debugger-linecache (~> 1.2)
+ slop (~> 3.6)
+ celluloid (0.16.0)
+ timers (~> 4.0.0)
coderay (1.1.0)
+ columnize (0.8.9)
+ debug_inspector (0.0.2)
+ debugger-linecache (1.2.0)
diff-lcs (1.2.5)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
- ffi (1.9.3)
+ ffi (1.9.6)
formatador (0.2.5)
geminabox (0.12.4)
builder
faraday
httpclient (>= 2.2.7)
nesty
sinatra (>= 1.2.7)
- guard (2.6.1)
+ guard (2.8.0)
formatador (>= 0.2.4)
listen (~> 2.7)
lumberjack (~> 1.0)
pry (>= 0.9.12)
thor (>= 0.18.1)
- guard-rspec (4.2.10)
+ guard-rspec (4.3.1)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
highline (1.6.21)
- httpclient (2.4.0)
- listen (2.7.9)
+ hitimes (1.2.2)
+ httpclient (2.5.3.1)
+ interception (0.5)
+ listen (2.7.11)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
method_source (0.8.2)
multipart-post (2.0.0)
nesty (1.0.2)
- pry (0.10.0)
+ pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
+ pry-byebug (2.0.0)
+ byebug (~> 3.4)
+ pry (~> 0.10)
+ pry-rescue (1.4.1)
+ interception (>= 0.5)
+ pry
+ pry-stack_explorer (0.4.9.1)
+ binding_of_caller (>= 0.7)
+ pry (>= 0.9.11)
rack (1.5.2)
rack-protection (1.5.3)
rack
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
- rspec (3.0.0)
- rspec-core (~> 3.0.0)
- rspec-expectations (~> 3.0.0)
- rspec-mocks (~> 3.0.0)
- rspec-core (3.0.2)
- rspec-support (~> 3.0.0)
- rspec-expectations (3.0.2)
+ rspec (3.1.0)
+ rspec-core (~> 3.1.0)
+ rspec-expectations (~> 3.1.0)
+ rspec-mocks (~> 3.1.0)
+ rspec-core (3.1.7)
+ rspec-support (~> 3.1.0)
+ rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.0.0)
- rspec-mocks (3.0.2)
- rspec-support (~> 3.0.0)
- rspec-support (3.0.2)
+ rspec-support (~> 3.1.0)
+ rspec-mocks (3.1.3)
+ rspec-support (~> 3.1.0)
+ rspec-support (3.1.2)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
- slop (3.5.0)
+ slack-notifier (1.0.0)
+ slop (3.6.0)
thor (0.19.1)
tilt (1.4.1)
- timers (1.1.0)
+ timers (4.0.1)
+ hitimes
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.6)
guard-rspec (~> 4.0)
+ pry
+ pry-byebug
+ pry-rescue
+ pry-stack_explorer
rake (~> 10.1)
rspec (~> 3.0)
semvergen!