Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHulme committed Jan 28, 2025
1 parent 32507f9 commit e15fbd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ group :default do
gem 'rails', '~> 7.0.8'

# Previously part of ruby or rails, now separate gems
gem "drb", "~> 2.2"
gem "mutex_m", "~> 0.3.0"
gem 'drb', '~> 2.2'
gem 'mutex_m', '~> 0.3.0'

# Fix incompatibility with between Ruby 3.1 and Psych 4 (used for yaml)
# see https://stackoverflow.com/a/71192990
Expand Down Expand Up @@ -83,7 +83,7 @@ group :default do
# - Load the gem from the branch
gem 'jsonapi-resources', github: 'sanger/jsonapi-resources', branch: 'develop'

gem "csv", "~> 3.3" # Required by jsonapi-resources, previously part of ruby
gem 'csv', '~> 3.3' # Required by jsonapi-resources, previously part of ruby

# Wraps bunny with connection pooling and consumer process handling
gem 'sanger_warren'
Expand Down

0 comments on commit e15fbd4

Please sign in to comment.