Skip to content

Commit

Permalink
Merge pull request #204 from ryanckulp/rails_8
Browse files Browse the repository at this point in the history
Rails 8
  • Loading branch information
ryanckulp authored Oct 21, 2024
2 parents e18fd13 + 64a5298 commit 9ebf11a
Show file tree
Hide file tree
Showing 19 changed files with 795 additions and 402 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.3.5'
gem 'activeadmin', '4.0.0.beta12'
gem 'aws-sdk-s3', require: false
gem 'chartkick'
gem 'delayed' # delayed_job_active_record rails 7 fork: https://github.com/betterment/delayed
gem 'delayed', github: 'ryanckulp/delayed' # delayed_job_active_record rails 7 fork: https://github.com/betterment/delayed
gem 'devise'
gem 'groupdate' # used by Chartkick
gem 'honeypot-captcha', github: 'founderhacker/honeypot-captcha' # prevent unauthenticated form spam
Expand All @@ -21,7 +21,7 @@ gem 'postmark-rails'
gem 'pretender'
gem 'puma', '6.4.2'
gem 'rack-cors', :require => 'rack/cors'
gem 'rails', '7.2.1'
gem 'rails', '8.0.0.rc1'
gem 'redis'
gem 'rename', '1.1.3', git: 'https://github.com/ryanckulp/rename' # remove this gem after use
gem 'split', require: 'split/dashboard'
Expand Down
Loading

0 comments on commit 9ebf11a

Please # to comment.