File: Gemfile

package info (click to toggle)
ruby-redis 5.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: ruby: 11,501; makefile: 117; sh: 24
file content (11 lines) | stat: -rw-r--r-- 187 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 'redis', path: File.expand_path("..", __dir__)
gem 'minitest'
gem 'rake'
gem 'rubocop', '~> 1.25.1'
gem 'mocha'