Skip to content

Commit

Permalink
Relocate the flatware gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 6, 2023
1 parent afb06fa commit ac1d8b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ gem 'rdf-normalize', '~> 0.5'
gem 'private_address_check', '~> 0.5'

group :test do
# Enable usage of all available CPUs/cores during spec runs
gem 'flatware-rspec', '~> 2.1'

# Adds RSpec Error/Warning annotations to GitHub PRs on the Files tab
gem 'rspec-github', '~> 2.4', require: false

Expand Down Expand Up @@ -198,5 +201,3 @@ gem 'net-http', '~> 0.3.2'
gem 'rubyzip', '~> 2.3'

gem 'hcaptcha', '~> 7.1'

gem 'flatware-rspec', '~> 2.1'

0 comments on commit ac1d8b7

Please sign in to comment.