Sha256: 7c4dcc94fffc30e997fa1850dae4827a9f273188166a8e72a6b1463cbb244dc0
Contents?: true
Size: 366 Bytes
Versions: 9
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'my_api_client', path: '../..' gem 'rails', '~> 6.1.0' gem 'sqlite3', '~> 1.4' group :development, :test do gem 'byebug', platforms: %i[mri mingw x64_mingw] gem 'rspec-rails' end group :development do gem 'listen', '~> 3.3' end
Version data entries
9 entries across 9 versions & 1 rubygems