File: Gemfile

package info (click to toggle)
ruby-responders 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 348 kB
  • sloc: ruby: 1,648; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

gem "activemodel"
gem "mocha"
gem "rails-controller-testing"
gem "rubocop"
gem "rubocop-performance"