Skip to content

Commit

Permalink
update dependencies in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alachaum committed Mar 8, 2024
1 parent e1d5ac4 commit 7edb392
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 253 deletions.
6 changes: 3 additions & 3 deletions examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.0.0'
ruby '~> 3.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.2'
gem 'rails', '~> 6.0'

# Server
gem 'puma', '~> 5.6.7'
gem 'puma', '~> 6.4.2'

# Messaging via GCP Pub/Sub
gem 'cloudenvoy', path: '../../'
Expand Down
Loading

0 comments on commit 7edb392

Please sign in to comment.