Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile « examples « omniauth-google-oauth2 « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba019344a671cb351e51113c9e2fdb7fff6c8dc5 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'omniauth-google-oauth2', '~> 0.8.1'
gem 'rubocop'
gem 'sinatra', '~> 1.4'
gem 'webrick'