Skip to content
Draft
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: 3 additions & 1 deletion getting-started/bookshelf/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ ruby ">= 2.5"
gem "google-cloud-error_reporting"
gem "google-cloud-firestore", "~> 2.0"
gem "google-cloud-storage", "~> 1.10"
gem "rails", "~> 5.2.3"
gem "rails", "~> 7.0"

gem "jquery-rails"
gem "sprockets-rails", require: "sprockets/railtie"


group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
Loading