Skip to content

Commit d5bcf9e

Browse files
committed
Fix development environment
1 parent dad7c0b commit d5bcf9e

File tree

4 files changed

+78
-77
lines changed

4 files changed

+78
-77
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.7.2

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '2.5.1'
4+
ruby '2.7.2'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 5.2.0'
7+
gem 'rails', '~> 5.2.6'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '>= 0.18', '< 2.0'
1010
# Use Puma as the app server

Gemfile.lock

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.0)
5-
actionpack (= 5.2.0)
4+
actioncable (5.2.6)
5+
actionpack (= 5.2.6)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.0)
9-
actionpack (= 5.2.0)
10-
actionview (= 5.2.0)
11-
activejob (= 5.2.0)
8+
actionmailer (5.2.6)
9+
actionpack (= 5.2.6)
10+
actionview (= 5.2.6)
11+
activejob (= 5.2.6)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.0)
15-
actionview (= 5.2.0)
16-
activesupport (= 5.2.0)
17-
rack (~> 2.0)
14+
actionpack (5.2.6)
15+
actionview (= 5.2.6)
16+
activesupport (= 5.2.6)
17+
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.0)
22-
activesupport (= 5.2.0)
21+
actionview (5.2.6)
22+
activesupport (= 5.2.6)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.0)
28-
activesupport (= 5.2.0)
27+
activejob (5.2.6)
28+
activesupport (= 5.2.6)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.0)
31-
activesupport (= 5.2.0)
32-
activerecord (5.2.0)
33-
activemodel (= 5.2.0)
34-
activesupport (= 5.2.0)
30+
activemodel (5.2.6)
31+
activesupport (= 5.2.6)
32+
activerecord (5.2.6)
33+
activemodel (= 5.2.6)
34+
activesupport (= 5.2.6)
3535
arel (>= 9.0)
36-
activestorage (5.2.0)
37-
actionpack (= 5.2.0)
38-
activerecord (= 5.2.0)
39-
marcel (~> 0.3.1)
40-
activesupport (5.2.0)
36+
activestorage (5.2.6)
37+
actionpack (= 5.2.6)
38+
activerecord (= 5.2.6)
39+
marcel (~> 1.0.0)
40+
activesupport (5.2.6)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -47,16 +47,16 @@ GEM
4747
arel (9.0.0)
4848
ast (2.4.0)
4949
bcrypt (3.1.12)
50-
bootsnap (1.3.1)
50+
bootsnap (1.8.1)
5151
msgpack (~> 1.0)
52-
builder (3.2.3)
52+
builder (3.2.4)
5353
byebug (10.0.2)
5454
commonmarker (0.17.9)
5555
ruby-enum (~> 0.5)
56-
concurrent-ruby (1.0.5)
57-
crass (1.0.4)
56+
concurrent-ruby (1.1.9)
57+
crass (1.0.6)
5858
diff-lcs (1.3)
59-
erubi (1.7.1)
59+
erubi (1.10.0)
6060
escape_utils (1.2.1)
6161
extended-markdown-filter (0.6.0)
6262
html-pipeline (~> 2.0)
@@ -69,8 +69,8 @@ GEM
6969
friendly_id (5.2.4)
7070
activerecord (>= 4.0.0)
7171
gemoji (3.0.0)
72-
globalid (0.4.1)
73-
activesupport (>= 4.2.0)
72+
globalid (0.5.2)
73+
activesupport (>= 5.0)
7474
graphiql-rails (1.4.10)
7575
railties
7676
sprockets-rails
@@ -92,7 +92,7 @@ GEM
9292
html-pipeline (2.8.3)
9393
activesupport (>= 2)
9494
nokogiri (>= 1.4)
95-
i18n (1.0.1)
95+
i18n (1.8.10)
9696
concurrent-ruby (~> 1.0)
9797
jaro_winkler (1.5.1)
9898
jwt (1.5.6)
@@ -104,60 +104,60 @@ GEM
104104
rb-fsevent (~> 0.9, >= 0.9.4)
105105
rb-inotify (~> 0.9, >= 0.9.7)
106106
ruby_dep (~> 1.2)
107-
loofah (2.2.2)
107+
loofah (2.12.0)
108108
crass (~> 1.0.2)
109109
nokogiri (>= 1.5.9)
110-
mail (2.7.0)
110+
mail (2.7.1)
111111
mini_mime (>= 0.1.1)
112-
marcel (0.3.2)
113-
mimemagic (~> 0.3.2)
114-
method_source (0.9.0)
115-
mimemagic (0.3.2)
116-
mini_mime (1.0.0)
117-
mini_portile2 (2.3.0)
118-
minitest (5.11.3)
119-
msgpack (1.2.4)
112+
marcel (1.0.1)
113+
method_source (1.0.0)
114+
mini_mime (1.1.1)
115+
mini_portile2 (2.6.1)
116+
minitest (5.14.4)
117+
msgpack (1.4.2)
120118
newrelic_rpm (5.2.0.345)
121-
nio4r (2.3.1)
122-
nokogiri (1.8.4)
123-
mini_portile2 (~> 2.3.0)
119+
nio4r (2.5.8)
120+
nokogiri (1.12.4)
121+
mini_portile2 (~> 2.6.1)
122+
racc (~> 1.4)
124123
parallel (1.12.1)
125124
parser (2.5.1.2)
126125
ast (~> 2.4.0)
127126
pg (1.0.0)
128127
powerpack (0.1.2)
129128
promise.rb (0.7.4)
130129
puma (3.12.0)
131-
rack (2.0.5)
130+
racc (1.5.2)
131+
rack (2.2.3)
132132
rack-cors (1.0.2)
133-
rack-test (1.0.0)
133+
rack-test (1.1.0)
134134
rack (>= 1.0, < 3)
135-
rails (5.2.0)
136-
actioncable (= 5.2.0)
137-
actionmailer (= 5.2.0)
138-
actionpack (= 5.2.0)
139-
actionview (= 5.2.0)
140-
activejob (= 5.2.0)
141-
activemodel (= 5.2.0)
142-
activerecord (= 5.2.0)
143-
activestorage (= 5.2.0)
144-
activesupport (= 5.2.0)
135+
rails (5.2.6)
136+
actioncable (= 5.2.6)
137+
actionmailer (= 5.2.6)
138+
actionpack (= 5.2.6)
139+
actionview (= 5.2.6)
140+
activejob (= 5.2.6)
141+
activemodel (= 5.2.6)
142+
activerecord (= 5.2.6)
143+
activestorage (= 5.2.6)
144+
activesupport (= 5.2.6)
145145
bundler (>= 1.3.0)
146-
railties (= 5.2.0)
146+
railties (= 5.2.6)
147147
sprockets-rails (>= 2.0.0)
148148
rails-dom-testing (2.0.3)
149149
activesupport (>= 4.2.0)
150150
nokogiri (>= 1.6)
151-
rails-html-sanitizer (1.0.4)
152-
loofah (~> 2.2, >= 2.2.2)
153-
railties (5.2.0)
154-
actionpack (= 5.2.0)
155-
activesupport (= 5.2.0)
151+
rails-html-sanitizer (1.4.2)
152+
loofah (~> 2.3)
153+
railties (5.2.6)
154+
actionpack (= 5.2.6)
155+
activesupport (= 5.2.6)
156156
method_source
157157
rake (>= 0.8.7)
158-
thor (>= 0.18.1, < 2.0)
158+
thor (>= 0.19.0, < 2.0)
159159
rainbow (3.0.0)
160-
rake (12.3.1)
160+
rake (13.0.6)
161161
rb-fsevent (0.10.3)
162162
rb-inotify (0.9.10)
163163
ffi (>= 0.5.0, < 2)
@@ -201,21 +201,21 @@ GEM
201201
spring-watcher-listen (2.0.1)
202202
listen (>= 2.7, < 4.0)
203203
spring (>= 1.2, < 3.0)
204-
sprockets (3.7.2)
204+
sprockets (4.0.2)
205205
concurrent-ruby (~> 1.0)
206206
rack (> 1, < 3)
207-
sprockets-rails (3.2.1)
207+
sprockets-rails (3.2.2)
208208
actionpack (>= 4.0)
209209
activesupport (>= 4.0)
210210
sprockets (>= 3.0.0)
211-
thor (0.20.0)
211+
thor (1.1.0)
212212
thread_safe (0.3.6)
213-
tzinfo (1.2.5)
213+
tzinfo (1.2.9)
214214
thread_safe (~> 0.1)
215215
unicode-display_width (1.4.0)
216-
websocket-driver (0.7.0)
216+
websocket-driver (0.7.5)
217217
websocket-extensions (>= 0.1.0)
218-
websocket-extensions (0.1.3)
218+
websocket-extensions (0.1.5)
219219

220220
PLATFORMS
221221
ruby
@@ -238,15 +238,15 @@ DEPENDENCIES
238238
pg (>= 0.18, < 2.0)
239239
puma (~> 3.11)
240240
rack-cors
241-
rails (~> 5.2.0)
241+
rails (~> 5.2.6)
242242
rspec-rails
243243
rubocop
244244
spring
245245
spring-watcher-listen (~> 2.0.0)
246246
tzinfo-data
247247

248248
RUBY VERSION
249-
ruby 2.5.1p57
249+
ruby 2.7.2p137
250250

251251
BUNDLED WITH
252-
1.16.2
252+
1.17.3

app/assets/config/manifest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)