Skip to content

Commit

Permalink
Merge pull request #116 from nbudin/october-2024-updates
Browse files Browse the repository at this point in the history
Update a bunch of dependencies
  • Loading branch information
nbudin authored Oct 28, 2024
2 parents da6cc08 + d878efd commit 2793460
Show file tree
Hide file tree
Showing 36 changed files with 1,002 additions and 452 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.5
17 changes: 4 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "http://rubygems.org"

ruby File.read(File.expand_path("../.ruby-version", __FILE__)).strip
gem "rails", "7.0.8.1"
gem "rails", "7.2.1.2"

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.1.0", require: false

gem "aws-sdk-rails"
gem "devise", "~> 4.8.1"
gem "devise", "~> 4.9"
gem "devise_invitable", "~> 2.0.9"
gem "devise-encryptable"
gem "cancancan"
Expand All @@ -19,33 +19,24 @@ gem "haml"
gem "sprockets-rails"
gem "sprockets"
gem "sass-rails"
gem "uglifier"
gem "terser"
gem "bootstrap-sass", "~> 3.4.1"
gem "autoprefixer-rails"
gem "coffee-rails"

gem "jquery-rails"

gem "crypt-isaac" # for Cassy
gem "doorkeeper", "5.6.6"
gem "doorkeeper"

gem "will_paginate"
gem "will_paginate-bootstrap"
gem "pg"
gem "pg_search"

# gem 'foreman'
gem "puma"
gem "ae_users_migrator"
gem "figaro"

gem "capistrano", "~> 3.0", require: false, group: :development

group :development do
gem "capistrano-rails", "~> 1.1", require: false
gem "capistrano-bundler", "~> 2.1", require: false
gem "capistrano-rbenv", "~> 2.0", require: false
gem "capistrano-maintenance", "~> 1.0", require: false
gem "listen"
gem "ed25519"
gem "bcrypt_pbkdf"
Expand Down
Loading

0 comments on commit 2793460

Please sign in to comment.