Browse Source

sort gems alphabetically

pull/816/head
Kat 3 years ago
parent
commit
1a97a9f7cd
  1. 2
      Gemfile

2
Gemfile

@ -5,6 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.2" ruby "3.1.2"
gem "auto_strip_attributes"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.2" gem "rails", "~> 7.0.2"
# Use postgresql as the database for Active Record # Use postgresql as the database for Active Record
@ -55,7 +56,6 @@ gem "redis"
gem "sentry-rails" gem "sentry-rails"
gem "sentry-ruby" gem "sentry-ruby"
# Possessives in strings # Possessives in strings
gem "auto_strip_attributes"
gem "possessive" gem "possessive"
group :development, :test do group :development, :test do

Loading…
Cancel
Save