Skip to content

Commit

Permalink
update minor version of react-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Feb 5, 2025
1 parent dfd0087 commit 220d3e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem "jquery-fileupload-rails", "~> 1.0"
gem "jquery-rails", "~> 4.3"
gem "popper_js", "~> 1.14"
gem "rails-backbone", git: "https://github.com/codebrew/backbone-rails.git"
gem "react-rails", "~> 3.0.0"
gem "react-rails", "~> 3.0"
gem "select2-rails", "~> 4.0"
gem "spinjs-rails", "~> 1.3.0" # Breaking changes in v1.4 (spin.js v2.0).
gem "uglifier", "~> 4.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ GEM
rdiscount (2.2.7.3)
rdoc (6.11.0)
psych (>= 4.0.0)
react-rails (3.0.0)
react-rails (3.2.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down Expand Up @@ -750,7 +750,7 @@ DEPENDENCIES
rake (~> 13.0)
random_data (~> 1.6)
rdiscount (~> 2.1)
react-rails (~> 3.0.0)
react-rails (~> 3.0)
recaptcha (~> 3.4)
responders (~> 3.0)
reverse_markdown (~> 2.0)
Expand Down

0 comments on commit 220d3e4

Please sign in to comment.