File: Gemfile

package info (click to toggle)
ruby-mustermann-grape 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: ruby: 679; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'support', git: 'https://github.com/sinatra/mustermann.git'

gemspec

gem 'rake'
gem 'rspec-core'