upgrade things

This commit is contained in:
2024-01-14 10:38:01 -05:00
parent 8b0ddff515
commit 01a6953df7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ group :test do
gem 'timecop'
gem 'turnip'
gem 'webmock'
gem 'rails-controller-testing'
#gem 'rails-controller-testing'
#gem 'rb-fsevent', require: false #if RUBY_PLATFORM =~ /darwin/i
end
@@ -147,7 +147,7 @@ end
# Use unicorn as the app server
# gem 'unicorn'
gem 'puma', '~> 4.3.10'
gem 'puma', '>= 5.0'
# Deploy with Capistrano
# gem 'capistrano'
+1 -1
View File
@@ -3,4 +3,4 @@ require 'rubygems'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])