1 source "https://rubygems.org"
 
   6 # Require things which have moved to gems in ruby 1.9
 
   7 gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
 
   9 # Require things which have moved to gems in ruby 2.0
 
  10 gem "psych", :platforms => :ruby_20
 
  12 # Require json for multi_json
 
  15 # Use postgres as the database
 
  18 # Use SCSS for stylesheets
 
  19 gem "sass-rails", "~> 5.0"
 
  21 # Use Uglifier as compressor for JavaScript assets
 
  22 gem "uglifier", ">= 1.3.0"
 
  24 # Use CoffeeScript for .js.coffee assets and views
 
  25 gem "coffee-rails", "~> 4.1.0"
 
  27 # Use jquery as the JavaScript library
 
  30 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
 
  31 # gem 'jbuilder', '~> 2.0'
 
  34 # Use R2 for RTL conversion
 
  37 # Use autoprefixer to generate CSS prefixes
 
  38 gem "autoprefixer-rails"
 
  41 gem "rails-i18n", "~> 4.0.0"
 
  43 gem "rinku", ">= 1.2.2", :require => "rails_rinku"
 
  44 gem "oauth-plugin", ">= 0.5.1"
 
  45 gem "open_id_authentication", ">= 1.1.0"
 
  46 gem "validates_email_format_of", ">= 1.5.1"
 
  47 gem "composite_primary_keys", "~> 8.0.0"
 
  48 gem "http_accept_language", "~> 2.0.0"
 
  49 gem "paperclip", "~> 4.0"
 
  50 gem "deadlock_retry", ">= 1.2.0"
 
  51 gem "openstreetmap-i18n-js", ">= 3.0.0.rc5.3", :require => "i18n-js"
 
  53 gem "actionpack-page_caching"
 
  55 # We need ruby-openid 2.2.0 or later for ruby 1.9 support
 
  56 gem "ruby-openid", ">= 2.2.0"
 
  58 # Markdown formatting support
 
  61 # Load libxml support for XML parsing and generation
 
  62 gem "libxml-ruby", ">= 2.0.5", :require => "libxml"
 
  64 # Use for HTML sanitisation
 
  68 # Load SystemTimer for implementing request timeouts
 
  69 gem "SystemTimer", ">= 1.1.3", :require => "system_timer", :platforms => :ruby_18
 
  71 # Load httpclient and soap4r for SOAP support for Quova GeoIP queries
 
  75 # Load memcache client in case we are using it
 
  79 # Gems useful for development
 
  84 # Gems needed for running tests
 
  88   gem "minitest", "~> 5.1", :platforms => [:ruby_19, :ruby_20]
 
  91 # Needed in development as well so rake can see konacha tasks
 
  92 group :development, :test do