Codebase list ruby-gitlab / 3235832d-3b45-485d-88da-b0efaf7b09f4/main Gemfile
3235832d-3b45-485d-88da-b0efaf7b09f4/main

Tree @3235832d-3b45-485d-88da-b0efaf7b09f4/main (Download .tar.gz)

Gemfile @3235832d-3b45-485d-88da-b0efaf7b09f4/mainraw · 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'