Skip to content
Open
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
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ruby '3.1.0'

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
gem 'rails', '~> 7.0.2', '>= 7.0.2.4'

# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
Expand Down Expand Up @@ -34,7 +34,7 @@ gem 'pagy'
gem 'oj'
gem 'oj_mimic_json'

gem 'rails-html-sanitizer', '>= 1.4.4'
gem 'rails-html-sanitizer', '>= 1.5.0'

# This is to run the rake task for importing in parallel
# Will provide a progress bar as the import happens
Expand All @@ -57,7 +57,7 @@ gem 'sentry-raven', group: [:production]
group :development, :test do
gem 'pry-rails'
gem 'apollo-tracing'
gem 'solargraph'
gem 'solargraph', '>= 0.45.0'
end

group :development do
Expand All @@ -80,10 +80,10 @@ group :development do
end

group :test, :development do
gem 'rspec-rails', '= 5.0.2'
gem 'rspec-rails', '= 5.0.3'
gem 'shoulda-matchers', '~> 5.1.0'
gem 'simplecov', require: false
gem 'factory_bot_rails', '>= 6.2.0'
gem 'factory_bot_rails', '>= 6.3.0'
gem 'rubocop-rails_config', '>= 1.9.1'
gem 'rubocop-rspec', '>= 2.1.0'
gem 'json-schema-rspec'
Expand Down
Loading
Loading