Skip to content

Commit 0456ed1

Browse files
authored
JOB-60134 Update dependencies in Rails Template App (#24)
* update dependencies * update .gitignore to ignore .idea folder
1 parent 76a08bd commit 0456ed1

3 files changed

Lines changed: 57749 additions & 31244 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@
3939

4040
# Ignore coverage data
4141
coverage
42+
43+
# Rubymine IDE
44+
.idea/*

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
6363
ast (2.4.2)
64-
bootsnap (1.13.0)
64+
bootsnap (1.15.0)
6565
msgpack (~> 1.2)
6666
builder (3.2.4)
6767
byebug (11.1.3)
@@ -80,7 +80,7 @@ GEM
8080
factory_bot_rails (6.2.0)
8181
factory_bot (~> 6.2.0)
8282
railties (>= 5.0.0)
83-
faker (2.23.0)
83+
faker (3.1.0)
8484
i18n (>= 1.8.11, < 2)
8585
faraday (2.5.2)
8686
faraday-net_http (>= 2.0, < 3.1)
@@ -89,15 +89,15 @@ GEM
8989
ffi (1.15.5)
9090
globalid (1.0.0)
9191
activesupport (>= 5.0)
92-
graphql (2.0.14)
92+
graphql (2.0.16)
9393
graphql-client (0.18.0)
9494
activesupport (>= 3.0)
9595
graphql
9696
i18n (1.12.0)
9797
concurrent-ruby (~> 1.0)
9898
json (2.6.2)
9999
jwt (2.5.0)
100-
listen (3.7.1)
100+
listen (3.8.0)
101101
rb-fsevent (~> 0.10, >= 0.10.3)
102102
rb-inotify (~> 0.9, >= 0.9.10)
103103
loofah (2.19.0)
@@ -126,7 +126,7 @@ GEM
126126
parallel (1.22.1)
127127
parser (3.1.2.1)
128128
ast (~> 2.4.1)
129-
pg (1.4.3)
129+
pg (1.4.5)
130130
pry (0.14.1)
131131
coderay (~> 1.1)
132132
method_source (~> 1.0)
@@ -190,7 +190,7 @@ GEM
190190
rspec-mocks (~> 3.10)
191191
rspec-support (~> 3.10)
192192
rspec-support (3.11.1)
193-
rspec_junit_formatter (0.5.1)
193+
rspec_junit_formatter (0.6.0)
194194
rspec-core (>= 2, < 4, != 2.12.0)
195195
rubocop (1.36.0)
196196
json (~> 2.3)
@@ -208,13 +208,13 @@ GEM
208208
rubocop (~> 1.35)
209209
ruby-progressbar (1.11.0)
210210
ruby2_keywords (0.0.5)
211-
simplecov (0.21.2)
211+
simplecov (0.22.0)
212212
docile (~> 1.1)
213213
simplecov-html (~> 0.11)
214214
simplecov_json_formatter (~> 0.1)
215215
simplecov-html (0.12.3)
216216
simplecov_json_formatter (0.1.4)
217-
spring (4.0.0)
217+
spring (4.1.1)
218218
sprockets (4.1.1)
219219
concurrent-ruby (~> 1.0)
220220
rack (> 1, < 3)

0 commit comments

Comments
 (0)