Skip to content

Commit 375d6e0

Browse files
committed
bundle update to many new friends incl. sprockets 2.12
should get rid of extra something something sass cache messages in spec runs
1 parent ea73ac3 commit 375d6e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.1.5)
4+
activesupport (4.1.6)
55
i18n (~> 0.6, >= 0.6.9)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.1)
99
tzinfo (~> 1.1)
10-
bootstrap-sass (3.2.0.1)
10+
bootstrap-sass (3.2.0.2)
1111
sass (~> 3.2)
1212
celluloid (0.16.0)
1313
timers (~> 4.0.0)
@@ -27,7 +27,7 @@ GEM
2727
erector (0.10.0)
2828
treetop (>= 1.2.3)
2929
eventmachine (1.0.3)
30-
ffi (1.9.3)
30+
ffi (1.9.5)
3131
files (0.3.1)
3232
font-awesome-sass (4.2.0)
3333
sass (~> 3.2)
@@ -37,12 +37,12 @@ GEM
3737
jquery-cdn (2.1.1)
3838
sprockets (>= 2)
3939
json (1.8.1)
40-
listen (2.7.9)
40+
listen (2.7.11)
4141
celluloid (>= 0.15.2)
4242
rb-fsevent (>= 0.9.3)
4343
rb-inotify (>= 0.9)
4444
mini_portile (0.6.0)
45-
minitest (5.4.1)
45+
minitest (5.4.2)
4646
multi_json (1.10.1)
4747
nokogiri (1.6.3.1)
4848
mini_portile (= 0.6.0)
@@ -67,26 +67,26 @@ GEM
6767
rspec-core (~> 3.1.0)
6868
rspec-expectations (~> 3.1.0)
6969
rspec-mocks (~> 3.1.0)
70-
rspec-core (3.1.2)
70+
rspec-core (3.1.4)
7171
rspec-support (~> 3.1.0)
72-
rspec-expectations (3.1.0)
72+
rspec-expectations (3.1.2)
7373
diff-lcs (>= 1.2.0, < 2.0)
7474
rspec-support (~> 3.1.0)
75-
rspec-mocks (3.1.0)
75+
rspec-mocks (3.1.2)
7676
rspec-support (~> 3.1.0)
77-
rspec-support (3.1.0)
78-
ruby2ruby (2.1.2)
77+
rspec-support (3.1.1)
78+
ruby2ruby (2.1.3)
7979
ruby_parser (~> 3.1)
8080
sexp_processor (~> 4.0)
81-
ruby_parser (3.6.2)
81+
ruby_parser (3.6.3)
8282
sexp_processor (~> 4.1)
83-
sass (3.4.4)
83+
sass (3.4.5)
8484
sexp_processor (4.4.4)
8585
sinatra (1.4.5)
8686
rack (~> 1.4)
8787
rack-protection (~> 1.4)
8888
tilt (~> 1.3, >= 1.3.4)
89-
sprockets (2.11.0)
89+
sprockets (2.12.2)
9090
hike (~> 1.2)
9191
multi_json (~> 1.0)
9292
rack (~> 1.0)

0 commit comments

Comments
 (0)