File: Gemfile

package info (click to toggle)
ruby-maxitest 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: ruby: 1,338; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 188 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true
source "https://rubygems.org"
gemspec

gem "debug"
gem "bump"
gem "rubocop", "~> 1.82.1" # locked to prevent random failures from new cops
gem "rubocop-rake"