aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile14
1 files changed, 6 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 5ec53aee4..95f366fc1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
# Use https for github
git_source(:github) { |name| "https://github.com/#{name}.git" }
-git_source(:af83) { |name| "git@github.com:af83/#{name}.git" }
+git_source(:af83) { |name| "https://github.com/af83/#{name}.git" }
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 4.2.8'
@@ -33,9 +33,6 @@ gem 'spring', group: :development
# ActiveRecord associations on top of PostgreSQL arrays
gem 'has_array_of', af83: 'has_array_of'
-# Track changes to your models' data. Good for auditing or versioning.
-gem 'paper_trail'
-
gem 'rails-observers'
# Use SeedBank for spliting seeds
@@ -90,7 +87,7 @@ gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed
gem 'mimemagic'
# User interface
-gem 'language_engine', github: 'af83/language_engine'
+gem 'language_engine', af83: 'language_engine'
gem 'calendar_helper', '0.2.5'
gem 'cocoon'
gem 'slim-rails', '~> 3.1'
@@ -128,14 +125,13 @@ gem 'enumerize', '~> 2.1.2'
gem 'deep_cloneable', '~> 2.0.0'
gem 'acts-as-taggable-on', '~> 4.0.0'
-gem 'acts_as_list', '~> 0.6.0'
+gem 'acts_as_list', '~> 0.9.11'
gem 'acts_as_tree', '~> 2.1.0', require: 'acts_as_tree'
gem 'rabl'
gem 'carrierwave', '~> 1.0'
-gem 'sidekiq'
-gem 'sinatra'
+gem 'sidekiq', require: ['sidekiq', 'sidekiq/web']
gem 'whenever', github: 'af83/whenever', require: false # '~> 0.9'
gem 'rake'
gem 'devise-async'
@@ -147,6 +143,8 @@ gem 'puma', '~> 3.10.0'
gem 'newrelic_rpm'
gem 'letter_opener'
+gem 'gtfs'
+
group :development do
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'