# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'dotenv-rails' gem 'pry-rails' gem 'pry-byebug' gem 'rubocop-rails_config' gem 'rubocop-rspec' gem 'rspec-rails' gem 'sqlite3' end