Sha256: 6ff11ab4289c521fe9d851c0d97367d8bf8c38ba71ecdb8ad31f739e10be99b6
Contents?: true
Size: 561 Bytes
Versions: 3
Compression:
Stored size: 561 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-follow_redirects' gem 'faraday-multipart' gem 'faraday-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', '~> 4.9.1', require: false gem 'ruby_gntp' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kapellmeister-0.10.2 | Gemfile |
kapellmeister-0.10.1 | Gemfile |
kapellmeister-0.10.0 | Gemfile |