Skip to content

Commit

Permalink
Remove pry from Gemfile as it is not used
Browse files Browse the repository at this point in the history
Gemfile:
The pry gem is installed but does not seem to be used for anything.
Tests pass without it just fine.

Fixes #607
  • Loading branch information
dvzrv committed Jan 27, 2022
1 parent c69b741 commit bd48ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -7,4 +7,3 @@ gem 'test_declarative', '0.0.6'
gem 'rake', '~> 13'
gem 'minitest', '~> 5.14'
gem 'json'
gem 'pry'

0 comments on commit bd48ee0

Please sign in to comment.