Skip to content

Commit

Permalink
sort gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luk4s committed Mar 29, 2024
1 parent 625ef86 commit f9b1c36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

gem "puma", "~> 6.4"
gem "sqlite3", "~> 1.7"

gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
gem "mutex_m", platforms: [:mingw, :x64_mingw, :mswin]
gem "tzinfo-data", platforms: [:mingw, :x64_mingw, :mswin]
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]

gem "database_cleaner", "~> 2.0"
gem "factory_bot_rails", "~> 6.4"
Expand All @@ -25,7 +26,4 @@ gem "simplecov", require: false
gem "webmock", "~> 3.20"

gem "rubocop", "~> 1.60"

gem "rubocop-rails", "~> 2.23"

gem "puma", "~> 6.4"

0 comments on commit f9b1c36

Please # to comment.