Skip to content

Commit

Permalink
Remove duplicated group from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 9, 2023
1 parent 4c16fd0 commit 97af4b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ group :development, :test do
gem "dotenv-rails"
gem "recursive-open-struct"
gem "factory_bot_rails"
gem "next_rails"
end

group :test do
Expand All @@ -98,10 +99,6 @@ group :development do
gem "standardrb", require: false
end

group :development, :test do
gem "next_rails"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Expand Down

0 comments on commit 97af4b6

Please sign in to comment.