Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Open
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: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.6'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.7', '>= 6.1.7.1'
gem 'rails', '~> 7.1.5', '>= 7.1.5.2'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
Expand Down Expand Up @@ -61,7 +61,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'geared_pagination'
gem 'platform_agent'
gem 'ransack'
gem 'ransack', '>= 3.1.0'
gem 'spreadsheet_architect'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Expand Down