rails_app/rails_7.0/Gemfile
# frozen_string_literal: true
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'my_api_client', path: '../..'
gem 'rails', '~> 7.0.0'
gem 'sqlite3', '~> 1.4'
group :development, :test do
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'rspec-rails'
end