File: Gemfile

package info (click to toggle)
ruby-mixlib-log 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ruby: 662; makefile: 4
file content (19 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

source "https://rubygems.org"

gemspec

group :test do
  gem "activesupport"
  gem "chefstyle"
  gem "cucumber", "~> 9.1.0"
  gem "rake"
  gem "rspec", "~> 3.7"
  gem "rubocop-ast"
end

group :debug do
  gem "pry"
  gem "pry-byebug"
  gem "rb-readline"
end