Skip to content

Commit 65659e8

Browse files
authored
Merge pull request #256 from ohbarye/dependabot/bundler/backend/jbuilder-2.10.0
Bump jbuilder from 2.9.1 to 2.10.0 in /backend
2 parents e2bf2e8 + 7418535 commit 65659e8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'puma', '~> 4.3'
1515
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
1616
gem 'turbolinks', '~> 5'
1717
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
18-
gem 'jbuilder', '~> 2.9'
18+
gem 'jbuilder', '~> 2.10'
1919
# Use Redis adapter to run Action Cable in production
2020
# gem 'redis', '~> 4.0'
2121
# Use ActiveModel has_secure_password

backend/Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ GEM
7373
xpath (~> 3.2)
7474
childprocess (2.0.0)
7575
rake (< 13.0)
76-
concurrent-ruby (1.1.5)
76+
concurrent-ruby (1.1.6)
7777
crass (1.0.5)
7878
erubi (1.9.0)
7979
ffi (1.11.3)
8080
globalid (0.4.2)
8181
activesupport (>= 4.2.0)
82-
i18n (1.7.0)
82+
i18n (1.8.2)
8383
concurrent-ruby (~> 1.0)
84-
jbuilder (2.9.1)
85-
activesupport (>= 4.2.0)
84+
jbuilder (2.10.0)
85+
activesupport (>= 5.0.0)
8686
listen (3.2.1)
8787
rb-fsevent (~> 0.10, >= 0.10.3)
8888
rb-inotify (~> 0.9, >= 0.9.10)
@@ -97,7 +97,7 @@ GEM
9797
mimemagic (0.3.3)
9898
mini_mime (1.0.2)
9999
mini_portile2 (2.4.0)
100-
minitest (5.13.0)
100+
minitest (5.14.0)
101101
msgpack (1.3.3)
102102
nio4r (2.5.2)
103103
nokogiri (1.10.9)
@@ -162,7 +162,7 @@ GEM
162162
turbolinks (5.2.1)
163163
turbolinks-source (~> 5.2)
164164
turbolinks-source (5.2.0)
165-
tzinfo (1.2.5)
165+
tzinfo (1.2.6)
166166
thread_safe (~> 0.1)
167167
web-console (4.0.1)
168168
actionview (>= 6.0.0)
@@ -174,7 +174,7 @@ GEM
174174
websocket-extensions (0.1.4)
175175
xpath (3.2.0)
176176
nokogiri (~> 1.8)
177-
zeitwerk (2.2.1)
177+
zeitwerk (2.2.2)
178178

179179
PLATFORMS
180180
ruby
@@ -183,7 +183,7 @@ DEPENDENCIES
183183
bootsnap (>= 1.1.0)
184184
byebug
185185
capybara (>= 2.15, < 4.0)
186-
jbuilder (~> 2.9)
186+
jbuilder (~> 2.10)
187187
listen (>= 3.0.5, < 3.3)
188188
pg (>= 0.18, < 2.0)
189189
puma (~> 4.3)

0 commit comments

Comments
 (0)