Remove pry from Gemfile as it is not used

Gemfile:
The pry gem is installed but does not seem to be used for anything.
Tests pass without it just fine.

Fixes #607
This commit is contained in:
David Runge 2022-01-27 20:44:56 +01:00
parent c69b74157c
commit bd48ee07e9
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with 0 additions and 1 deletions

View File

@ -7,4 +7,3 @@ gem 'test_declarative', '0.0.6'
gem 'rake', '~> 13'
gem 'minitest', '~> 5.14'
gem 'json'
gem 'pry'