-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
29 lines (24 loc) · 1.83 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Declare your gem's dependencies in places_engine.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec
# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
gem 'activeresource', require: 'active_resource'
# To use debugger
# gem 'ruby-debug'
gem 'acts_as_family_tree', '1.2.4', github: 'thl/acts_as_family_tree', tag: 'v1.2.4' #path: '../../thl/engines/acts_as_family_tree'
gem 'authenticated_system', '2.4.4', github: 'thl/authenticated_system', tag: 'v2.4.4' #path: '../../thl/engines/authenticated_system'
gem 'complex_dates', '2.4.0', github: 'thl/complex_dates', tag: 'v2.4.0' #path: '../../thl/engines/complex_dates'
gem 'interface_utils', '2.4.2', github: 'thl/interface_utils', tag: 'v2.4.2' #path: '../../thl/engines/interface_utils'
gem 'flare', '1.4.0', github: 'shanti-uva/flare', tag: 'v1.4.0' #path: '../engines/flare'
gem 'kmaps_engine', '6.5.8', github: 'shanti-uva/kmaps_engine', tag: 'v6.5.8' #path: '../engines/kmaps_engine'
gem 'resource_controller', '0.9.5', github: 'shanti-uva/resource_controller', tag: 'v0.9.5' #path: '../engines/resource_controller'
gem 'rails-observers', github: 'rails/rails-observers'
gem 'actionpack-page_caching'
#gem 'actionpack-action_caching'
gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching'