Skip to content

Commit 438ec29

Browse files
committed
Bump dependencies & drop unused :production group
1 parent 9184972 commit 438ec29

File tree

2 files changed

+34
-46
lines changed

2 files changed

+34
-46
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,5 @@ gem 'pygments.rb'
1616

1717
gem 'html5-boilerplate', :require => 'html5-boilerplate'
1818

19-
group :production do
20-
gem 'puma', '~> 1.6.3'
21-
gem 'rack-contrib'
22-
gem 'rack-rewrite'
23-
end
24-
2519
gem 'rb-inotify', '~> 0.9', require: false
2620
gem 'icalendar'

Gemfile.lock

Lines changed: 34 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.10)
4+
activesupport (4.2.11.1)
55
i18n (~> 0.7)
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
88
tzinfo (~> 1.1)
9-
builder (3.2.3)
9+
builder (3.2.4)
1010
capybara (2.4.4)
1111
mime-types (>= 1.16)
1212
nokogiri (>= 1.3.3)
1313
rack (>= 1.0.0)
1414
rack-test (>= 0.5.4)
1515
xpath (~> 2.0)
16-
chunky_png (1.3.10)
16+
chunky_png (1.3.11)
1717
coffee-script (2.4.1)
1818
coffee-script-source
1919
execjs
@@ -34,8 +34,8 @@ GEM
3434
sass (>= 3.2, < 3.5)
3535
erubis (2.7.0)
3636
execjs (2.7.0)
37-
ffi (1.9.21)
38-
haml (5.0.4)
37+
ffi (1.11.3)
38+
haml (5.1.2)
3939
temple (>= 0.8.0)
4040
tilt
4141
hike (1.2.3)
@@ -45,11 +45,13 @@ GEM
4545
compass
4646
compass-h5bp
4747
i18n (0.7.0)
48-
icalendar (2.4.1)
48+
icalendar (2.6.1)
49+
ice_cube (~> 0.16)
50+
ice_cube (0.16.3)
4951
jquery-middleman (3.1.2)
5052
thor (>= 0.14, < 2.0)
51-
json (2.1.0)
52-
kramdown (1.16.2)
53+
json (2.3.0)
54+
kramdown (1.17.0)
5355
listen (3.0.8)
5456
rb-fsevent (~> 0.9, >= 0.9.4)
5557
rb-inotify (~> 0.9, >= 0.9.7)
@@ -76,46 +78,41 @@ GEM
7678
rack (>= 1.4.5, < 2.0)
7779
thor (>= 0.15.2, < 2.0)
7880
tilt (~> 1.4.1, < 2.0)
79-
middleman-gh-pages (0.3.1)
81+
middleman-gh-pages (0.4.1)
8082
rake (> 0.9.3)
8183
middleman-sprockets (3.5.0)
8284
middleman-core (>= 3.3)
8385
sprockets (~> 2.12.1)
8486
sprockets-helpers (~> 1.1.0)
8587
sprockets-sass (~> 1.3.0)
86-
mime-types (3.1)
88+
mime-types (3.3.1)
8789
mime-types-data (~> 3.2015)
88-
mime-types-data (3.2016.0521)
89-
mini_portile2 (2.3.0)
90-
minitest (5.11.3)
91-
multi_json (1.13.1)
92-
nokogiri (1.8.2)
93-
mini_portile2 (~> 2.3.0)
94-
padrino-helpers (0.12.8.1)
90+
mime-types-data (3.2019.1009)
91+
mini_portile2 (2.4.0)
92+
minitest (5.14.0)
93+
multi_json (1.14.1)
94+
nokogiri (1.10.7)
95+
mini_portile2 (~> 2.4.0)
96+
padrino-helpers (0.12.9)
9597
i18n (~> 0.6, >= 0.6.7)
96-
padrino-support (= 0.12.8.1)
97-
tilt (~> 1.4.1)
98-
padrino-support (0.12.8.1)
98+
padrino-support (= 0.12.9)
99+
tilt (>= 1.4.1, < 3)
100+
padrino-support (0.12.9)
99101
activesupport (>= 3.1)
100-
puma (1.6.3)
101-
rack (~> 1.2)
102102
pygments.rb (1.2.1)
103103
multi_json (>= 1.0.0)
104-
rack (1.6.8)
105-
rack-contrib (1.8.0)
106-
rack (~> 1.4)
107-
rack-rewrite (1.5.1)
108-
rack-test (0.8.2)
104+
rack (1.6.12)
105+
rack-test (1.1.0)
109106
rack (>= 1.0, < 3)
110107
rake (10.0.4)
111-
rb-fsevent (0.10.2)
112-
rb-inotify (0.9.10)
113-
ffi (>= 0.5.0, < 2)
114-
redcarpet (3.4.0)
108+
rb-fsevent (0.10.3)
109+
rb-inotify (0.10.1)
110+
ffi (~> 1.0)
111+
redcarpet (3.5.0)
115112
sass (3.4.25)
116-
sitemap_generator (6.0.1)
113+
sitemap_generator (6.1.0)
117114
builder (~> 3.0)
118-
sprockets (2.12.4)
115+
sprockets (2.12.5)
119116
hike (~> 1.2)
120117
multi_json (~> 1.0)
121118
rack (~> 1.0)
@@ -125,11 +122,11 @@ GEM
125122
sprockets-sass (1.3.1)
126123
sprockets (~> 2.0)
127124
tilt (~> 1.1)
128-
temple (0.8.0)
129-
thor (0.20.0)
125+
temple (0.8.2)
126+
thor (1.0.1)
130127
thread_safe (0.3.6)
131128
tilt (1.4.1)
132-
tzinfo (1.2.5)
129+
tzinfo (1.2.6)
133130
thread_safe (~> 0.1)
134131
uber (0.0.15)
135132
uglifier (2.7.2)
@@ -152,10 +149,7 @@ DEPENDENCIES
152149
middleman (~> 3.4.1)
153150
middleman-gh-pages
154151
nokogiri
155-
puma (~> 1.6.3)
156152
pygments.rb
157-
rack-contrib
158-
rack-rewrite
159153
rake (~> 10.0.3)
160154
rb-inotify (~> 0.9)
161155
redcarpet
@@ -164,4 +158,4 @@ DEPENDENCIES
164158
zurb-foundation (~> 4.3.2)
165159

166160
BUNDLED WITH
167-
1.16.0
161+
1.17.2

0 commit comments

Comments
 (0)