File: Gemfile

package info (click to toggle)
ruby-dry-configurable 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: ruby: 397; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://rubygems.org'

gemspec

group :test do
  platforms :mri do
    gem 'codeclimate-test-reporter', require: false
    gem 'simplecov', require: false
  end

  gem 'warning'
end

group :tools do
  gem 'guard'
  gem 'guard-rspec'
  gem 'listen', '3.0.6'
  gem 'pry-byebug', platform: :mri
  gem "ossy", git: "https://github.com/solnic/ossy.git", branch: "master"
end