Skip to content

Commit

Permalink
Move test-prof to development and test group
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored Dec 14, 2023
1 parent 32388c0 commit 52b6771
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group :development, :test do
gem 'debug', platforms: %i[mri windows]

gem 'rspec-rails', '~> 6.0'

gem 'test-prof', '~> 1.0'
gem 'factory_bot_rails', '~> 6.2'

gem 'shoulda-matchers', '~> 5.3'
Expand All @@ -62,10 +62,6 @@ group :development do
# gem "spring"
end

group :test do
gem 'test-prof', '~> 1.0'
end

gem 'graphql', '~> 2.1'

gem 'seed-fu', '~> 2.3'
Expand Down

0 comments on commit 52b6771

Please sign in to comment.