Skip to content

Commit 2b22d15

Browse files
committed
bundle update
1 parent 8dc3078 commit 2b22d15

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

Gemfile.lock

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.4)
4+
activesupport (4.2.5)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
autoprefixer-rails (6.1.0.1)
10+
autoprefixer-rails (6.1.2)
1111
execjs
1212
json
1313
backports (3.6.7)
14-
bootstrap-sass (3.3.5.1)
15-
autoprefixer-rails (>= 5.0.0.1)
16-
sass (>= 3.3.0)
14+
bootstrap-sass (3.3.6)
15+
autoprefixer-rails (>= 5.2.1)
16+
sass (>= 3.3.4)
1717
coderay (1.1.0)
18+
concurrent-ruby (1.0.0)
1819
daemons (1.2.3)
1920
deckrb (0.5.2)
2021
coderay
@@ -39,14 +40,14 @@ GEM
3940
jquery-cdn (2.1.4)
4041
sprockets (>= 2)
4142
json (1.8.3)
42-
listen (3.0.4)
43+
listen (3.0.5)
4344
rb-fsevent (>= 0.9.3)
4445
rb-inotify (>= 0.9)
45-
mini_portile (0.6.2)
46-
minitest (5.8.2)
46+
mini_portile2 (2.0.0)
47+
minitest (5.8.3)
4748
multi_json (1.11.2)
48-
nokogiri (1.6.6.2)
49-
mini_portile (~> 0.6.0)
49+
nokogiri (1.6.7)
50+
mini_portile2 (~> 2.0.0.rc2)
5051
polyglot (0.3.5)
5152
rack (1.6.4)
5253
rack-codehighlighter (0.5.1)
@@ -63,19 +64,19 @@ GEM
6364
redcarpet (2.3.0)
6465
rerun (0.11.0)
6566
listen (~> 3.0)
66-
rspec (3.3.0)
67-
rspec-core (~> 3.3.0)
68-
rspec-expectations (~> 3.3.0)
69-
rspec-mocks (~> 3.3.0)
70-
rspec-core (3.3.2)
71-
rspec-support (~> 3.3.0)
72-
rspec-expectations (3.3.1)
67+
rspec (3.4.0)
68+
rspec-core (~> 3.4.0)
69+
rspec-expectations (~> 3.4.0)
70+
rspec-mocks (~> 3.4.0)
71+
rspec-core (3.4.1)
72+
rspec-support (~> 3.4.0)
73+
rspec-expectations (3.4.0)
7374
diff-lcs (>= 1.2.0, < 2.0)
74-
rspec-support (~> 3.3.0)
75-
rspec-mocks (3.3.2)
75+
rspec-support (~> 3.4.0)
76+
rspec-mocks (3.4.0)
7677
diff-lcs (>= 1.2.0, < 2.0)
77-
rspec-support (~> 3.3.0)
78-
rspec-support (3.3.0)
78+
rspec-support (~> 3.4.0)
79+
rspec-support (3.4.1)
7980
rubyzip (1.1.7)
8081
sass (3.4.19)
8182
sinatra (1.4.6)
@@ -89,7 +90,8 @@ GEM
8990
rack-test
9091
sinatra (~> 1.4.0)
9192
tilt (>= 1.3, < 3)
92-
sprockets (3.4.0)
93+
sprockets (3.5.1)
94+
concurrent-ruby (~> 1.0)
9395
rack (> 1, < 3)
9496
thin (1.6.4)
9597
daemons (~> 1.0, >= 1.0.9)

0 commit comments

Comments
 (0)