File: Gemfile

package info (click to toggle)
ruby-contracts 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 624 kB
  • sloc: ruby: 3,805; makefile: 4; sh: 2
file content (21 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

group :test do
  gem "aruba"
  gem "cucumber", "~> 1.3.20"
  gem "rspec"

  gem "rubocop", ">= 1.0.0"
  gem "rubocop-performance", ">= 1.0.0"
end

group :development do
  gem "method_profiler"
  gem "rake"
  gem "relish"
  gem "ruby-prof"
end