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 Mar 12, 2024
1 parent ac3c0ce commit 9bb91e5
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 @@ -205,5 +208,3 @@ gem 'net-http', '~> 0.4.0'
gem 'rubyzip', '~> 2.3'

gem 'hcaptcha', '~> 7.1'

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

0 comments on commit 9bb91e5

Please sign in to comment.