source "https://rubygems.org"

group :development do
  gem "byebug"
  gem "irb"
  gem "rspec"
  gem "rspec-retry"
  gem "standardrb"
end
