Skip to content

Commit 9e2e595

Browse files
chore: sort gems alphabetically in Gemfile
1 parent 40910dc commit 9e2e595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
55
gemspec
66

77
group :dev do
8+
gem 'bundler-audit', '~> 0.9'
89
gem 'method_source', '~> 1.0'
910
gem 'pry', '~> 0.14'
1011
gem 'pry-doc', '~> 1.3'
@@ -14,7 +15,6 @@ group :dev do
1415
gem 'rubocop-ast', '~> 1.23', require: false
1516
gem 'simplecov', '~> 0.21.2'
1617
gem 'simplecov-console', '~> 0.9.1'
17-
gem 'bundler-audit', '~> 0.9'
1818
gem 'sorbet', '~> 0.6'
1919
end
2020

0 commit comments

Comments
 (0)