Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.7'

gem "react_on_rails", "15.0.0" # keep in sync with package.json files
gem "react_on_rails", github: "shakacode/react_on_rails", branch: "abanoubghadban/restrict-usage-of-pro-features-to-rorp-licence"

# For local development
# Add the following line to the Gemfile.local file
# gem "react_on_rails", path: "../react_on_rails"

gem "shakapacker", "8.0.0"
gem "shakapacker", "8.4.0"
gem "bootsnap", require: false
gem "rails", "~> 7.1"
gem "puma", "~> 6"
Expand Down
Loading