Skip to content

Commit 4bfd06b

Browse files
committed
updating gems
1 parent 20179a4 commit 4bfd06b

File tree

2 files changed

+28
-31
lines changed

2 files changed

+28
-31
lines changed

Gemfile.lock

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,47 +39,45 @@ GEM
3939
binding_of_caller (0.8.0)
4040
debug_inspector (>= 0.0.1)
4141
builder (3.2.3)
42-
byebug (10.0.2)
42+
byebug (11.0.1)
4343
coffee-rails (4.1.1)
4444
coffee-script (>= 2.2.0)
4545
railties (>= 4.0.0, < 5.1.x)
4646
coffee-script (2.4.1)
4747
coffee-script-source
4848
execjs
4949
coffee-script-source (1.12.2)
50-
concurrent-ruby (1.0.5)
50+
concurrent-ruby (1.1.5)
5151
crass (1.0.4)
52-
daemons (1.2.6)
52+
daemons (1.3.1)
5353
debug_inspector (0.0.3)
5454
erubis (2.7.0)
5555
eventmachine (1.2.7)
5656
execjs (2.7.0)
57-
ffi (1.9.25)
58-
globalid (0.4.1)
57+
ffi (1.11.1)
58+
globalid (0.4.2)
5959
activesupport (>= 4.2.0)
6060
i18n (0.9.5)
6161
concurrent-ruby (~> 1.0)
62-
jbuilder (2.7.0)
62+
jbuilder (2.9.1)
6363
activesupport (>= 4.2.0)
64-
multi_json (>= 1.2)
65-
jquery-rails (4.3.3)
64+
jquery-rails (4.3.5)
6665
rails-dom-testing (>= 1, < 3)
6766
railties (>= 4.2.0)
6867
thor (>= 0.14, < 2.0)
6968
json (1.8.6)
7069
libv8 (3.16.14.19)
71-
loofah (2.2.2)
70+
loofah (2.2.3)
7271
crass (~> 1.0.2)
7372
nokogiri (>= 1.5.9)
74-
mail (2.7.0)
73+
mail (2.7.1)
7574
mini_mime (>= 0.1.1)
76-
mini_mime (1.0.0)
77-
mini_portile2 (2.3.0)
75+
mini_mime (1.0.2)
76+
mini_portile2 (2.4.0)
7877
minitest (5.11.3)
79-
multi_json (1.13.1)
80-
nokogiri (1.8.4)
81-
mini_portile2 (~> 2.3.0)
82-
rack (1.6.10)
78+
nokogiri (1.10.4)
79+
mini_portile2 (~> 2.4.0)
80+
rack (1.6.11)
8381
rack-test (0.6.3)
8482
rack (>= 1.0)
8583
rails (4.2.10)
@@ -99,20 +97,20 @@ GEM
9997
activesupport (>= 4.2.0, < 5.0)
10098
nokogiri (~> 1.6)
10199
rails-deprecated_sanitizer (>= 1.0.1)
102-
rails-html-sanitizer (1.0.4)
100+
rails-html-sanitizer (1.2.0)
103101
loofah (~> 2.2, >= 2.2.2)
104102
railties (4.2.10)
105103
actionpack (= 4.2.10)
106104
activesupport (= 4.2.10)
107105
rake (>= 0.8.7)
108106
thor (>= 0.18.1, < 2.0)
109-
rake (12.3.1)
107+
rake (12.3.3)
110108
rb-fsevent (0.10.3)
111-
rb-inotify (0.9.10)
112-
ffi (>= 0.5.0, < 2)
109+
rb-inotify (0.10.0)
110+
ffi (~> 1.0)
113111
rdoc (4.3.0)
114112
ref (2.0.0)
115-
sass (3.5.7)
113+
sass (3.7.4)
116114
sass-listen (~> 4.0.0)
117115
sass-listen (4.0.0)
118116
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -126,8 +124,7 @@ GEM
126124
sdoc (0.4.2)
127125
json (~> 1.7, >= 1.7.7)
128126
rdoc (~> 4.0)
129-
spring (2.0.2)
130-
activesupport (>= 4.2)
127+
spring (2.1.0)
131128
sprockets (3.7.2)
132129
concurrent-ruby (~> 1.0)
133130
rack (> 1, < 3)
@@ -143,15 +140,15 @@ GEM
143140
daemons (~> 1.0, >= 1.0.9)
144141
eventmachine (~> 1.0, >= 1.0.4)
145142
rack (>= 1, < 3)
146-
thor (0.20.0)
143+
thor (0.20.3)
147144
thread_safe (0.3.6)
148-
tilt (2.0.8)
149-
turbolinks (5.1.1)
150-
turbolinks-source (~> 5.1)
151-
turbolinks-source (5.1.0)
145+
tilt (2.0.9)
146+
turbolinks (5.2.0)
147+
turbolinks-source (~> 5.2)
148+
turbolinks-source (5.2.0)
152149
tzinfo (1.2.5)
153150
thread_safe (~> 0.1)
154-
uglifier (4.1.18)
151+
uglifier (4.1.20)
155152
execjs (>= 0.3.0, < 3)
156153
web-console (2.3.0)
157154
activemodel (>= 4.0)
@@ -180,4 +177,4 @@ DEPENDENCIES
180177
web-console (~> 2.0)
181178

182179
BUNDLED WITH
183-
1.16.1
180+
1.17.3

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# Disable serving static files from the `/public` folder by default since
2424
# Apache or NGINX already handles this.
25-
config.serve_static_assets = true
25+
# config.serve_static_assets = true
2626
config.serve_static_files = true
2727
config.static_cache_control = "public, max-age=172800"
2828

0 commit comments

Comments
 (0)