Skip to content
Closed
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ source 'https://rubygems.org'
ruby file: '.ruby-version'

gem 'bootsnap', require: false
gem 'castle-rb', '~> 9.1'
# Test against the tagged 9.2.0 release before it lands on RubyGems.
# Once published, switch back to the registry version: gem 'castle-rb', '~> 9.2'
gem 'castle-rb', github: 'castle/castle-ruby', tag: 'v9.2.0'
gem 'devise', '~> 5.0'
gem 'dotenv-rails'
gem 'hamlit-rails'
Expand Down
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/castle/castle-ruby.git
revision: 3f15ee4c9d8efa135ea942e95bef9b9784178aad
tag: v9.2.0
specs:
castle-rb (9.2.0)
base64 (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -84,8 +92,6 @@ GEM
builder (3.3.0)
byebug (13.0.0)
reline (>= 0.6.0)
castle-rb (9.1.0)
base64 (~> 0.2)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
crass (1.0.6)
Expand Down Expand Up @@ -310,7 +316,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
byebug
castle-rb (~> 9.1)
castle-rb!
devise (~> 5.0)
dotenv-rails
factory_bot_rails
Expand Down