Gemfile in data_plane_api-0.1.0 vs Gemfile in data_plane_api-0.1.1
- old
+ new
@@ -3,13 +3,13 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in data_plane_api.gemspec
gemspec
+gem 'debug' # Ruby debugger
gem 'minitest', '~> 5.0' # Tests framework
gem 'rake', '~> 13.0' # Ruby automation tasks
gem 'rubocop', '~> 1.21' # Ruby linter
gem 'rubocop-espago', '~> 1.0' # Custom Ruby linter config
gem 'shoulda-context', '~> 2.0' # Testing utilities
-gem 'debug' # Ruby debugger
gem 'vcr' # Save HTTP interactions to files during tests
gem 'webmock' # Mock network interactions