Gemfile.lock in site_hook-0.6.4 vs Gemfile.lock in site_hook-0.6.7
- old
+ new
@@ -1,59 +1,63 @@
PATH
remote: .
specs:
- site_hook (0.5.0)
+ site_hook (0.6.5)
activesupport (~> 5.1)
git (~> 1.3)
haml (~> 5.0)
+ highline (~> 2.0, >= 2.0.0)
logging (~> 2.2)
paint (~> 2.0)
pry (~> 0.11)
+ random_password (~> 0.1.1)
recursive-open-struct (~> 1.1)
sass (~> 3.5)
- sinatra (~> 2.0)
- sinatra-contrib (~> 2.0)
+ sinatra (~> 2.0, >= 2.0.2)
+ sinatra-contrib (~> 2.0, >= 2.0.2)
thin (~> 1.7)
thor (~> 0.20)
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.0)
+ activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
- backports (3.11.2)
+ backports (3.11.4)
coderay (1.1.2)
concurrent-ruby (1.0.5)
daemons (1.2.6)
diff-lcs (1.3)
- eventmachine (1.2.5)
- ffi (1.9.23)
- git (1.3.0)
+ eventmachine (1.2.7)
+ ffi (1.9.25)
+ git (1.5.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
- i18n (1.0.0)
+ highline (2.0.0)
+ i18n (1.1.0)
concurrent-ruby (~> 1.0)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.0)
minitest (5.11.3)
multi_json (1.13.1)
- mustermann (1.0.2)
+ mustermann (1.0.3)
paint (2.0.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
- rack (2.0.4)
- rack-protection (2.0.1)
+ rack (2.0.5)
+ rack-protection (2.0.4)
rack
rake (10.5.0)
+ random_password (0.1.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
recursive-open-struct (1.1.0)
rspec (3.7.0)
@@ -67,26 +71,27 @@
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
- sass (3.5.6)
+ sass (3.6.0)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
- sinatra (2.0.1)
+ sinatra (2.0.4)
mustermann (~> 1.0)
rack (~> 2.0)
- rack-protection (= 2.0.1)
+ rack-protection (= 2.0.4)
tilt (~> 2.0)
- sinatra-contrib (2.0.1)
- backports (>= 2.0)
+ sinatra-contrib (2.0.4)
+ activesupport (>= 4.0.0)
+ backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
- rack-protection (= 2.0.1)
- sinatra (= 2.0.1)
+ rack-protection (= 2.0.4)
+ sinatra (= 2.0.4)
tilt (>= 1.3, < 3)
temple (0.8.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
@@ -105,6 +110,6 @@
rake (~> 10.0)
rspec (~> 3.0)
site_hook!
BUNDLED WITH
- 1.16.1
+ 1.16.4