Skip to content

Commit

Permalink
Merge 4b9225f into 7fa30d6
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgifford committed Sep 30, 2013
2 parents 7fa30d6 + 4b9225f commit 6609798
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.2.13'
gem 'rails', '3.2.14'
gem 'mongoid', '~> 2.7.1'

# Mongoid rails migration > 0.0.14 is not compatible to Mongoid 2.x
Expand Down
62 changes: 31 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@ GEM
remote: http://rubygems.org/
specs:
SystemTimer (1.2.3)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionmailer (3.2.14)
actionpack (= 3.2.14)
mail (~> 2.5.4)
actionmailer_inline_css (1.5.3)
actionmailer (>= 3.0.0)
nokogiri (>= 1.4.4)
premailer (>= 1.7.1)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
actionpack (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.13)
activesupport (= 3.2.13)
activemodel (3.2.14)
activesupport (= 3.2.14)
builder (~> 3.0.0)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activerecord (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
activeresource (3.2.14)
activemodel (= 3.2.14)
activesupport (= 3.2.14)
activesupport (3.2.14)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
airbrake (3.1.12)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
i18n (0.6.1)
i18n (0.6.5)
jira-ruby (0.1.2)
activesupport
oauth
Expand Down Expand Up @@ -183,7 +183,7 @@ GEM
rack-contrib
railties
method_source (0.8.2)
mime-types (1.23)
mime-types (1.25)
mongo (1.8.6)
bson (~> 1.8.6)
mongoid (2.7.1)
Expand All @@ -195,7 +195,7 @@ GEM
bundler (>= 1.0.0)
rails (>= 3.0.0)
railties (>= 3.0.0)
multi_json (1.7.8)
multi_json (1.8.0)
multi_xml (0.5.5)
multipart-post (1.2.0)
net-scp (1.1.2)
Expand Down Expand Up @@ -267,19 +267,19 @@ GEM
rack-ssl-enforcer (0.2.5)
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
rails (3.2.14)
actionmailer (= 3.2.14)
actionpack (= 3.2.14)
activerecord (= 3.2.14)
activeresource (= 3.2.14)
activesupport (= 3.2.14)
bundler (~> 1.0)
railties (= 3.2.13)
railties (= 3.2.14)
rails_autolink (1.1.0)
rails (> 3.1)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
railties (3.2.14)
actionpack (= 3.2.14)
activesupport (= 3.2.14)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -353,7 +353,7 @@ GEM
thor (0.18.1)
tilt (1.4.1)
timecop (0.6.1)
treetop (1.4.14)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbo-sprockets-rails3 (0.3.6)
Expand Down Expand Up @@ -430,7 +430,7 @@ DEPENDENCIES
quiet_assets
rack-ssl
rack-ssl-enforcer
rails (= 3.2.13)
rails (= 3.2.14)
rails_autolink
ri_cal
rspec-rails (~> 2.6)
Expand Down

0 comments on commit 6609798

Please sign in to comment.