Skip to content

Commit 1558986

Browse files
Add missing gemfile.lock
1 parent 264a8c2 commit 1558986

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

Diff for: Gemfile.lock

+24-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
resque-web (0.0.11)
4+
resque-web (0.0.12)
55
coffee-rails
66
font-awesome-sass
77
jquery-rails
@@ -55,9 +55,9 @@ GEM
5555
thor (>= 0.14.0)
5656
arel (7.1.4)
5757
builder (3.2.3)
58-
coffee-rails (4.2.1)
58+
coffee-rails (4.2.2)
5959
coffee-script (>= 2.2.0)
60-
railties (>= 4.0.0, < 5.2.x)
60+
railties (>= 4.0.0)
6161
coffee-script (2.4.1)
6262
coffee-script-source
6363
execjs
@@ -78,6 +78,7 @@ GEM
7878
railties (>= 3.2, < 5.1)
7979
erubis (2.7.0)
8080
execjs (2.7.0)
81+
ffi (1.9.18)
8182
font-awesome-sass (4.7.0)
8283
sass (>= 3.2)
8384
globalid (0.3.7)
@@ -113,13 +114,16 @@ GEM
113114
mocha (1.2.1)
114115
metaclass (~> 0.0.1)
115116
mono_logger (1.1.0)
116-
multi_json (1.12.1)
117+
multi_json (1.12.2)
118+
mustermann (1.0.1)
117119
nio4r (2.0.0)
118120
nio4r (2.0.0-java)
119121
nokogiri (1.7.1)
120122
mini_portile2 (~> 2.1.0)
121123
nokogiri (1.7.1-java)
122124
rack (2.0.1)
125+
rack-protection (2.0.0)
126+
rack
123127
rack-test (0.6.3)
124128
rack (>= 1.0)
125129
rails (5.0.2)
@@ -146,17 +150,24 @@ GEM
146150
rake (>= 0.8.7)
147151
thor (>= 0.18.1, < 2.0)
148152
rake (12.0.0)
153+
rb-fsevent (0.10.2)
154+
rb-inotify (0.9.10)
155+
ffi (>= 0.5.0, < 2)
149156
redcard (1.1.0)
150157
redis (3.3.3)
151158
redis-namespace (1.5.3)
152159
redis (~> 3.0, >= 3.0.4)
153-
resque (1.27.2)
160+
resque (1.27.4)
154161
mono_logger (~> 1.0)
155162
multi_json (~> 1.0)
156163
redis-namespace (~> 1.3)
157164
sinatra (>= 0.9.2)
158165
vegas (~> 0.1.2)
159-
sass (3.4.23)
166+
sass (3.5.1)
167+
sass-listen (~> 4.0.0)
168+
sass-listen (4.0.0)
169+
rb-fsevent (~> 0.9, >= 0.9.4)
170+
rb-inotify (~> 0.9, >= 0.9.7)
160171
sass-rails (5.0.6)
161172
railties (>= 4.0.0, < 6)
162173
sass (~> 3.1)
@@ -168,8 +179,11 @@ GEM
168179
json (>= 1.8, < 3)
169180
simplecov-html (~> 0.10.0)
170181
simplecov-html (0.10.0)
171-
sinatra (1.0)
172-
rack (>= 1.0)
182+
sinatra (2.0.0)
183+
mustermann (~> 1.0)
184+
rack (~> 2.0)
185+
rack-protection (= 2.0.0)
186+
tilt (~> 2.0)
173187
sprockets (3.7.1)
174188
concurrent-ruby (~> 1.0)
175189
rack (> 1, < 3)
@@ -183,7 +197,7 @@ GEM
183197
thor (0.19.4)
184198
thread_safe (0.3.6)
185199
thread_safe (0.3.6-java)
186-
tilt (2.0.7)
200+
tilt (2.0.8)
187201
tins (1.13.2)
188202
twitter-bootstrap-rails (4.0.0)
189203
actionpack (~> 5.0, >= 5.0.1)
@@ -218,4 +232,4 @@ DEPENDENCIES
218232
uglifier
219233

220234
BUNDLED WITH
221-
1.14.6
235+
1.15.4

0 commit comments

Comments
 (0)