Skip to content

Commit

Permalink
Relax react-rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Oct 2, 2024
1 parent 654cb53 commit e690fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PATH
rails (>= 6.0)
rails-healthcheck (~> 1.0.3)
rails-i18n (>= 5.0.0)
react-rails (~> 2.4)
react-rails (> 2.4)
rotp (~> 6.3.0)
rqrcode
tty-table
Expand Down
2 changes: 1 addition & 1 deletion pages_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Gem::Specification.new do |s|
s.add_dependency "jbuilder", "~> 2.5"

# Extra asset dependencies
s.add_dependency "react-rails", "~> 2.4"
s.add_dependency "react-rails", "> 2.4"

# ActiveRecord extensions
s.add_dependency "acts_as_list", "~> 0.9"
Expand Down

0 comments on commit e690fe2

Please sign in to comment.