Skip to content

Commit

Permalink
Merge branch 'release/0.24.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Mar 16, 2016
2 parents 72fdc3f + 50ac09e commit 3cdd8c2
Show file tree
Hide file tree
Showing 224 changed files with 10,556 additions and 6,749 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ branches:
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.3.0
env:
global:
- S3_REGION=us-east-1
Expand Down
21 changes: 11 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.21'
gem 'rails', '3.2.22.2'

gem 'pg', '~> 0.17.1'

Expand All @@ -13,26 +13,27 @@ gem 'exception_notification', '~> 3.0.1'
gem 'fancybox-rails', '~> 0.2.1'
gem 'foundation-rails', '~> 5.2.1.0'
gem 'geoip', '~> 1.6.1'
gem 'gnuplot', '2.6.2'
gem 'htmlentities', '~> 4.3.4'
gem 'icalendar', '1.4.3'
gem 'jquery-rails', '~> 3.1.3'
gem 'jquery-ui-rails', '~> 4.1.0'
gem 'json', '~> 1.8.1'
gem 'holidays', '~> 1.2.0'
gem 'holidays', '~> 2.2.0'
gem 'iso_country_codes', '~> 0.6.1'
gem 'mahoro', '~> 0.4'
gem 'memcache-client', '~> 1.8.5'
gem 'net-http-local', '~> 0.1.2', :platforms => [:ruby_19]
gem 'net-purge', '~> 0.1.0'
gem 'nokogiri', '~> 1.6.6.4'
gem 'nokogiri', '~> 1.6'
gem 'open4', '~> 1.3.4'
gem 'rack', '~> 1.4.6'
gem 'rack-utf8_sanitizer', '~> 1.3.0'
gem 'rake', '0.9.2.2'
gem 'rails-i18n', '~> 0.7.3'
gem 'recaptcha', '~> 0.4.0', :require => 'recaptcha/rails'
gem 'rmagick', '~> 2.14.0'
gem 'ruby-msg', '~> 1.5.0', :git => 'https://github.com/mysociety/ruby-msg.git', :ref => 'f9f928ed76c024b4bc3a08bc1a59beb62df36663'
gem 'secure_headers', '~> 2.0.2'
gem 'secure_headers', '~> 2.4.0'
gem 'statistics2', '~> 0.54'
gem 'strip_attributes', :git => 'https://github.com/mysociety/strip_attributes.git', :branch => 'globalize3'
gem 'syslog_protocol', '~> 0.9.2'
Expand All @@ -44,8 +45,7 @@ gem 'xml-simple', '~> 1.1.2', :require => 'xmlsimple'
gem 'zip', '~> 2.0.2'

# Gems related to internationalisation
gem 'fast_gettext', '~> 0.7.0'
gem 'gettext_i18n_rails', '~> 0.9.4'
gem 'gettext_i18n_rails', '~> 0.9.4' # Later versions cause error (see blame)
gem 'gettext', '~> 2.3.9'
gem 'globalize3', :git => 'https://github.com/globalize/globalize.git', :ref => '5fd95f2389dff1'
gem 'locale', '~> 2.0.8'
Expand All @@ -59,7 +59,7 @@ group :assets do
gem 'compass-rails', '2.0.0'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '~> 2.7.2'
gem 'therubyracer', '~> 0.12.0'
gem 'therubyracer', '~> 0.12.2'
end

group :production do
Expand All @@ -77,7 +77,8 @@ group :test, :development do
gem 'factory_girl_rails', '~> 1.7'
gem 'pry', '~> 0.10.3'
gem 'rspec-activemodel-mocks', '~> 1.0.1'
gem 'rspec-rails', '3.1.0'
gem 'rspec-rails', '3.2.0'
gem 'test-unit', '~> 3.0'
gem 'spork-rails', '~> 3.2.1'
gem 'pry-nav', '~> 0.2.4'
end
Expand All @@ -91,5 +92,5 @@ end

group :debug do
gem 'debugger', '~> 1.6.0', :platforms => :ruby_19
gem 'annotate', '~> 2.5.0'
gem 'annotate', '~> 2.7.0'
end
Loading

0 comments on commit 3cdd8c2

Please sign in to comment.