File: Gemfile

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

gemspec

group :development, :test do
  gem 'bundler'
  gem 'rake'
  gem 'rspec', '~> 3.5'
end

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

group :tools do
  gem 'ossy', git: 'https://github.com/solnic/ossy.git', branch: 'master', platform: :mri
end