Codebase list ruby-gitlab / upstream/latest Gemfile
upstream/latest

Tree @upstream/latest (Download .tar.gz)

Gemfile @upstream/latestraw · history · blame

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in gitlab.gemspec
gemspec

gem 'pry'
gem 'rubocop'
gem 'rubocop-performance'