Skip to content

Commit

Permalink
Add missing gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Sep 27, 2017
1 parent 264a8c2 commit 1558986
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
resque-web (0.0.11)
resque-web (0.0.12)
coffee-rails
font-awesome-sass
jquery-rails
Expand Down Expand Up @@ -55,9 +55,9 @@ GEM
thor (>= 0.14.0)
arel (7.1.4)
builder (3.2.3)
coffee-rails (4.2.1)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand All @@ -78,6 +78,7 @@ GEM
railties (>= 3.2, < 5.1)
erubis (2.7.0)
execjs (2.7.0)
ffi (1.9.18)
font-awesome-sass (4.7.0)
sass (>= 3.2)
globalid (0.3.7)
Expand Down Expand Up @@ -113,13 +114,16 @@ GEM
mocha (1.2.1)
metaclass (~> 0.0.1)
mono_logger (1.1.0)
multi_json (1.12.1)
multi_json (1.12.2)
mustermann (1.0.1)
nio4r (2.0.0)
nio4r (2.0.0-java)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.1-java)
rack (2.0.1)
rack-protection (2.0.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.2)
Expand All @@ -146,17 +150,24 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcard (1.1.0)
redis (3.3.3)
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
resque (1.27.2)
resque (1.27.4)
mono_logger (~> 1.0)
multi_json (~> 1.0)
redis-namespace (~> 1.3)
sinatra (>= 0.9.2)
vegas (~> 0.1.2)
sass (3.4.23)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
Expand All @@ -168,8 +179,11 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.0)
rack (>= 1.0)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -183,7 +197,7 @@ GEM
thor (0.19.4)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (2.0.7)
tilt (2.0.8)
tins (1.13.2)
twitter-bootstrap-rails (4.0.0)
actionpack (~> 5.0, >= 5.0.1)
Expand Down Expand Up @@ -218,4 +232,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.14.6
1.15.4

0 comments on commit 1558986

Please sign in to comment.