Skip to content

Commit

Permalink
Merge branch 'master' into ab-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Feb 26, 2013
2 parents 81c0dca + 148c3f7 commit 0fe349b
Show file tree
Hide file tree
Showing 19 changed files with 23 additions and 21 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source :rubygems
source "http://gems.github.com"

gem "rails", "2.3.15"
gem "rails", "2.3.17"
gem "rake", "~> 0.9.0"
gem "multi_json", "1.0.4"
gem "json"
gem "airbrake", :require => 'airbrake/rails'
gem "libxml-ruby", "2.2.2", :require => "libxml"
gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
Expand Down
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ GEM
remote: http://rubygems.org/
remote: http://gems.github.com/
specs:
actionmailer (2.3.15)
actionpack (= 2.3.15)
actionpack (2.3.15)
activesupport (= 2.3.15)
rack (~> 1.1.3)
activerecord (2.3.15)
activesupport (= 2.3.15)
activeresource (2.3.15)
activesupport (= 2.3.15)
activesupport (2.3.15)
actionmailer (2.3.17)
actionpack (= 2.3.17)
actionpack (2.3.17)
activesupport (= 2.3.17)
rack (~> 1.1.0)
activerecord (2.3.17)
activesupport (= 2.3.17)
activeresource (2.3.17)
activesupport (= 2.3.17)
activesupport (2.3.17)
addressable (2.3.2)
airbrake (3.1.4)
builder
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
responders (~> 0.4.3)
jferris-mocha (0.9.5.0.1241126838)
rake
json (1.7.5)
json (1.7.7)
json_pure (1.7.5)
libwebsocket (0.1.5)
addressable
Expand All @@ -117,15 +117,15 @@ GEM
faye-websocket (~> 0.4, >= 0.4.4)
http_parser.rb (~> 0.5.3)
multi_json (~> 1.0)
rack (1.1.4)
rack (1.1.6)
rack-test (0.6.2)
rack (>= 1.0)
rails (2.3.15)
actionmailer (= 2.3.15)
actionpack (= 2.3.15)
activerecord (= 2.3.15)
activeresource (= 2.3.15)
activesupport (= 2.3.15)
rails (2.3.17)
actionmailer (= 2.3.17)
actionpack (= 2.3.17)
activerecord (= 2.3.17)
activeresource (= 2.3.17)
activesupport (= 2.3.17)
rake (>= 0.8.3)
rake (0.9.6)
redis (2.2.2)
Expand Down Expand Up @@ -191,6 +191,7 @@ DEPENDENCIES
i18n (= 0.3.7)
inherited_resources (= 1.0.4)
jferris-mocha (= 0.9.5.0.1241126838)
json
libxml-ruby (= 2.2.2)
mime-types (= 1.16)
multi_json (= 1.0.4)
Expand All @@ -199,7 +200,7 @@ DEPENDENCIES
paperclip (= 2.3.1.1)
pickle (~> 0.4.7)
poltergeist (~> 1.0.1)
rails (= 2.3.15)
rails (= 2.3.17)
rake (~> 0.9.0)
redis (~> 2.2.1)
redis-store (= 1.0.0.1)
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Be sure to restart your server when you modify this file

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.17' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
Binary file removed vendor/cache/actionmailer-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-2.3.17.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-2.3.17.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-2.3.17.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-2.3.17.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-2.3.17.gem
Binary file not shown.
Binary file removed vendor/cache/json-1.7.5.gem
Binary file not shown.
Binary file added vendor/cache/json-1.7.7.gem
Binary file not shown.
Binary file removed vendor/cache/rack-1.1.4.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.1.6.gem
Binary file not shown.
Binary file removed vendor/cache/rails-2.3.15.gem
Binary file not shown.
Binary file added vendor/cache/rails-2.3.17.gem
Binary file not shown.

0 comments on commit 0fe349b

Please sign in to comment.