File: Gemfile

package info (click to toggle)
ruby-jira 2.1.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 968 kB
  • sloc: ruby: 5,125; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'http://rubygems.org'

group :development do
  gem 'guard'
  gem 'guard-rspec'
  gem 'wdm', '>= 0.1.0' if Gem.win_platform?
end

group :development, :test do
  gem 'pry' # this was in the original Gemfile - but only needed in development & test
end

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