Sha256: 8e17f5f08e3b3f25e938166dacedb1dcd764962f82a92c1bdf4d71aa74360c30
Contents?: true
Size: 536 Bytes
Versions: 20
Compression:
Stored size: 536 Bytes
Contents
source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.1.1' gemspec gem 'dry-schema' gem 'faraday' gem 'faraday_middleware' gem 'faraday-cookie_jar' gem 'typhoeus' # debug group :development do gem 'byebug' gem 'web-console' gem 'listen' gem 'rerun', git: 'https://github.com/alexch/rerun.git' end # listings group :development, :test do gem 'rubocop', require: false gem 'rubocop-performance' gem 'rubocop-rspec' gem 'rubycritic', require: false gem 'ruby_gntp' end
Version data entries
20 entries across 20 versions & 1 rubygems