test/dummy/Gemfile in bank-validator-0.2.8 vs test/dummy/Gemfile in bank-validator-0.3.0

- old
+ new

@@ -37,9 +37,10 @@ # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' gem 'rspec' # Access an IRB console on exception pages or by using <%= console %> in views gem 'web-console', '~> 2.0' + gem 'pry' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' end