File: Gemfile

package info (click to toggle)
ruby-dry-logic 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 536 kB
  • sloc: ruby: 3,305; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :test do
  gem 'simplecov', require: false, platform: :mri
end

group :tools do
  gem 'pry-byebug', platform: :mri
  gem 'benchmark-ips', platform: :mri
  gem 'hotch', platform: :mri
  gem 'ossy', git: 'https://github.com/solnic/ossy.git', branch: 'master'
end