File: Gemfile

package info (click to toggle)
ruby-gelf 3.1.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: ruby: 1,039; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
source "https://rubygems.org"

group :development do
  gem "shoulda", "~> 2.11.3"
  gem "jeweler", "~> 2.1.1"
  # Because of a dependency chain jeweler->github_api->oauth2->rack,
  # pin the version: Rack 2.0.x doesn't work on < Ruby 2.2
  gem 'rack', '< 2.0'
  gem "mocha", "~> 1.1.0"
  gem "test-unit", "~> 3.2.0"
end