Skip to content

Commit

Permalink
Merge pull request #409 from sophiedeziel/dependabot/bundler/react_on…
Browse files Browse the repository at this point in the history
…_rails-14.0.5

Bump react_on_rails from 13.4.0 to 14.0.5
  • Loading branch information
sophiedeziel authored Nov 24, 2024
2 parents 44f739e + 8697875 commit 626b287
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ gem 'image_processing', '~> 1.2'

gem 'shakapacker', '7.2.3'

gem 'react_on_rails', '= 13.4'
gem 'react_on_rails', '14.0.5'

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.4)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
reline (>= 0.3.8)
drb (2.2.1)
erubi (1.13.0)
execjs (2.8.1)
execjs (2.10.0)
ffi (1.15.5)
fiber-storage (1.0.0)
globalid (1.2.1)
Expand Down Expand Up @@ -142,9 +142,9 @@ GEM
matrix (0.4.2)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
msgpack (1.7.2)
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -163,9 +163,9 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
psych (5.2.0)
stringio
public_suffix (5.0.4)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
Expand All @@ -176,7 +176,7 @@ GEM
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.2.0)
rackup (2.2.1)
rack (>= 3)
rails (7.2.2)
actioncable (= 7.2.2)
Expand Down Expand Up @@ -209,16 +209,16 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
react_on_rails (13.4.0)
react_on_rails (14.0.5)
addressable
connection_pool
execjs (~> 2.5)
rails (>= 5.2)
rainbow (~> 3.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
rubocop (1.68.0)
Expand All @@ -244,7 +244,7 @@ GEM
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.3.2)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand All @@ -265,9 +265,9 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.1)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
jbuilder
puma (~> 6.4)
rails (~> 7.2.2)
react_on_rails (= 13.4)
react_on_rails (= 14.0.5)
rubocop (~> 1.68)
rubocop-graphql
rubocop-rails
Expand Down

0 comments on commit 626b287

Please sign in to comment.