format-staged/Gemfile

11 lines
147 B
Text
Raw Permalink Normal View History

2022-05-25 19:25:35 +02:00
# frozen_string_literal: true
2022-05-25 19:06:26 +02:00
source 'http://rubygems.org'
gemspec
2022-05-29 10:05:04 +02:00
group :ci do
2022-05-29 10:23:34 +02:00
gem 'code-scanning-rubocop'
gem 'rspec_junit_formatter'
2022-05-29 10:05:04 +02:00
end