Project

General

Profile

Download (609 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman_pipeline / Gemfile @ 937eb715

1
source "https://rubygems.org"
2

    
3
# Declare your gem's dependencies in foreman_pipeline.gemspec.
4
# Bundler will treat runtime dependencies like base dependencies, and
5
# development dependencies will be added by default to the :development group.
6
gemspec
7

    
8
# jquery-rails is used by the dummy application
9
gem "jquery-rails"
10

    
11
# Declare any dependencies that are still in development here instead of in
12
# your gemspec. These might include edge Rails or gems from your path or
13
# Git. Remember to move these dependencies to your gemspec before releasing
14
# your gem to rubygems.org.
15

    
16
# To use debugger
17
# gem 'debugger'