Sha256: ab72b194d39a57188451fecc2d7da673b48a25fdb06af8895a53afdc8cc97c08

Contents?: true

Size: 562 Bytes

Versions: 5

Compression:

Stored size: 562 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-cookie_jar'
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

5 entries across 5 versions & 1 rubygems

Version Path
kapellmeister-0.9.9.rc3 Gemfile
kapellmeister-0.9.9.rc2 Gemfile
kapellmeister-0.9.9.rc1 Gemfile
kapellmeister-0.9.8.rc1 Gemfile
kapellmeister-0.9.8.pre.rc1 Gemfile