Commit 0a9dfbaa40de8f4de062066180c4be89abfe0891

Authored by Nathan Broadbent
1 parent ff659b9d
Exists in master and in 1 other branch production

Bumped Rails to 3.0.10, and updated actionmailer_inline_css

Showing 2 changed files with 44 additions and 41 deletions   Show diff stats
1 source 'http://rubygems.org' 1 source 'http://rubygems.org'
2 2
3 -gem 'rails', '3.0.5' 3 +gem 'rails', '3.0.10'
4 gem 'nokogiri' 4 gem 'nokogiri'
5 gem 'mongoid', '2.1.2' 5 gem 'mongoid', '2.1.2'
6 gem 'haml' 6 gem 'haml'
@@ -16,7 +16,7 @@ gem 'octokit' @@ -16,7 +16,7 @@ gem 'octokit'
16 gem 'inherited_resources' 16 gem 'inherited_resources'
17 gem 'SystemTimer', :platform => :ruby_18 17 gem 'SystemTimer', :platform => :ruby_18
18 gem 'hoptoad_notifier', "~> 2.4" 18 gem 'hoptoad_notifier', "~> 2.4"
19 -gem 'actionmailer_inline_css', ">= 1.0.0" 19 +gem 'actionmailer_inline_css', ">= 1.0.1"
20 20
21 platform :ruby do 21 platform :ruby do
22 gem 'bson_ext', '~> 1.3.1' 22 gem 'bson_ext', '~> 1.3.1'
@@ -10,39 +10,39 @@ GEM @@ -10,39 +10,39 @@ GEM
10 specs: 10 specs:
11 SystemTimer (1.2.3) 11 SystemTimer (1.2.3)
12 abstract (1.0.0) 12 abstract (1.0.0)
13 - actionmailer (3.0.5)  
14 - actionpack (= 3.0.5)  
15 - mail (~> 2.2.15)  
16 - actionmailer_inline_css (1.0.0) 13 + actionmailer (3.0.10)
  14 + actionpack (= 3.0.10)
  15 + mail (~> 2.2.19)
  16 + actionmailer_inline_css (1.0.1)
17 actionmailer (>= 3.0.0) 17 actionmailer (>= 3.0.0)
18 nokogiri (>= 1.4.4) 18 nokogiri (>= 1.4.4)
19 premailer (>= 1.7.1) 19 premailer (>= 1.7.1)
20 - actionpack (3.0.5)  
21 - activemodel (= 3.0.5)  
22 - activesupport (= 3.0.5) 20 + actionpack (3.0.10)
  21 + activemodel (= 3.0.10)
  22 + activesupport (= 3.0.10)
23 builder (~> 2.1.2) 23 builder (~> 2.1.2)
24 erubis (~> 2.6.6) 24 erubis (~> 2.6.6)
25 - i18n (~> 0.4) 25 + i18n (~> 0.5.0)
26 rack (~> 1.2.1) 26 rack (~> 1.2.1)
27 - rack-mount (~> 0.6.13) 27 + rack-mount (~> 0.6.14)
28 rack-test (~> 0.5.7) 28 rack-test (~> 0.5.7)
29 tzinfo (~> 0.3.23) 29 tzinfo (~> 0.3.23)
30 - activemodel (3.0.5)  
31 - activesupport (= 3.0.5) 30 + activemodel (3.0.10)
  31 + activesupport (= 3.0.10)
32 builder (~> 2.1.2) 32 builder (~> 2.1.2)
33 - i18n (~> 0.4)  
34 - activerecord (3.0.5)  
35 - activemodel (= 3.0.5)  
36 - activesupport (= 3.0.5)  
37 - arel (~> 2.0.2) 33 + i18n (~> 0.5.0)
  34 + activerecord (3.0.10)
  35 + activemodel (= 3.0.10)
  36 + activesupport (= 3.0.10)
  37 + arel (~> 2.0.10)
38 tzinfo (~> 0.3.23) 38 tzinfo (~> 0.3.23)
39 - activeresource (3.0.5)  
40 - activemodel (= 3.0.5)  
41 - activesupport (= 3.0.5)  
42 - activesupport (3.0.5) 39 + activeresource (3.0.10)
  40 + activemodel (= 3.0.10)
  41 + activesupport (= 3.0.10)
  42 + activesupport (3.0.10)
43 addressable (2.2.5) 43 addressable (2.2.5)
44 archive-tar-minitar (0.5.2) 44 archive-tar-minitar (0.5.2)
45 - arel (2.0.9) 45 + arel (2.0.10)
46 bcrypt-ruby (2.1.4) 46 bcrypt-ruby (2.1.4)
47 bson (1.3.1) 47 bson (1.3.1)
48 bson_ext (1.3.1) 48 bson_ext (1.3.1)
@@ -93,7 +93,7 @@ GEM @@ -93,7 +93,7 @@ GEM
93 rbx-require-relative (> 0.0.4) 93 rbx-require-relative (> 0.0.4)
94 linecache19 (0.5.12) 94 linecache19 (0.5.12)
95 ruby_core_source (>= 0.1.4) 95 ruby_core_source (>= 0.1.4)
96 - mail (2.2.17) 96 + mail (2.2.19)
97 activesupport (>= 2.3.6) 97 activesupport (>= 2.3.6)
98 i18n (>= 0.4.0) 98 i18n (>= 0.4.0)
99 mime-types (~> 1.16) 99 mime-types (~> 1.16)
@@ -126,32 +126,34 @@ GEM @@ -126,32 +126,34 @@ GEM
126 happymapper (>= 0.2.4) 126 happymapper (>= 0.2.4)
127 nokogiri (~> 1.4.1) 127 nokogiri (~> 1.4.1)
128 rest-client (~> 1.5.1) 128 rest-client (~> 1.5.1)
129 - polyglot (0.3.1) 129 + polyglot (0.3.2)
130 premailer (1.7.1) 130 premailer (1.7.1)
131 css_parser (>= 1.1.9) 131 css_parser (>= 1.1.9)
132 htmlentities (>= 4.0.0) 132 htmlentities (>= 4.0.0)
133 - rack (1.2.2) 133 + rack (1.2.3)
134 rack-mount (0.6.14) 134 rack-mount (0.6.14)
135 rack (>= 1.0.0) 135 rack (>= 1.0.0)
136 rack-test (0.5.7) 136 rack-test (0.5.7)
137 rack (>= 1.0) 137 rack (>= 1.0)
138 - rails (3.0.5)  
139 - actionmailer (= 3.0.5)  
140 - actionpack (= 3.0.5)  
141 - activerecord (= 3.0.5)  
142 - activeresource (= 3.0.5)  
143 - activesupport (= 3.0.5) 138 + rails (3.0.10)
  139 + actionmailer (= 3.0.10)
  140 + actionpack (= 3.0.10)
  141 + activerecord (= 3.0.10)
  142 + activeresource (= 3.0.10)
  143 + activesupport (= 3.0.10)
144 bundler (~> 1.0) 144 bundler (~> 1.0)
145 - railties (= 3.0.5)  
146 - railties (3.0.5)  
147 - actionpack (= 3.0.5)  
148 - activesupport (= 3.0.5) 145 + railties (= 3.0.10)
  146 + railties (3.0.10)
  147 + actionpack (= 3.0.10)
  148 + activesupport (= 3.0.10)
149 rake (>= 0.8.7) 149 rake (>= 0.8.7)
  150 + rdoc (~> 3.4)
150 thor (~> 0.14.4) 151 thor (~> 0.14.4)
151 - rake (0.8.7) 152 + rake (0.9.2)
152 rash (0.3.0) 153 rash (0.3.0)
153 hashie (~> 1.0.0) 154 hashie (~> 1.0.0)
154 rbx-require-relative (0.0.5) 155 rbx-require-relative (0.0.5)
  156 + rdoc (3.9.4)
155 responders (0.6.4) 157 responders (0.6.4)
156 rest-client (1.5.1) 158 rest-client (1.5.1)
157 mime-types (>= 1.16) 159 mime-types (>= 1.16)
@@ -191,12 +193,13 @@ GEM @@ -191,12 +193,13 @@ GEM
191 eventmachine (>= 0.12.6) 193 eventmachine (>= 0.12.6)
192 rack (>= 1.0.0) 194 rack (>= 1.0.0)
193 thor (0.14.6) 195 thor (0.14.6)
194 - treetop (1.4.9) 196 + treetop (1.4.10)
  197 + polyglot
195 polyglot (>= 0.3.1) 198 polyglot (>= 0.3.1)
196 typhoeus (0.2.4) 199 typhoeus (0.2.4)
197 mime-types 200 mime-types
198 mime-types 201 mime-types
199 - tzinfo (0.3.26) 202 + tzinfo (0.3.29)
200 useragent (0.3.1) 203 useragent (0.3.1)
201 warden (1.0.5) 204 warden (1.0.5)
202 rack (>= 1.0) 205 rack (>= 1.0)
@@ -210,7 +213,7 @@ PLATFORMS @@ -210,7 +213,7 @@ PLATFORMS
210 213
211 DEPENDENCIES 214 DEPENDENCIES
212 SystemTimer 215 SystemTimer
213 - actionmailer_inline_css (>= 1.0.0) 216 + actionmailer_inline_css (>= 1.0.1)
214 bson_ext (~> 1.3.1) 217 bson_ext (~> 1.3.1)
215 database_cleaner (~> 0.6.0) 218 database_cleaner (~> 0.6.0)
216 devise (~> 1.4.0) 219 devise (~> 1.4.0)
@@ -225,7 +228,7 @@ DEPENDENCIES @@ -225,7 +228,7 @@ DEPENDENCIES
225 nokogiri 228 nokogiri
226 octokit 229 octokit
227 pivotal-tracker 230 pivotal-tracker
228 - rails (= 3.0.5) 231 + rails (= 3.0.10)
229 redmine_client! 232 redmine_client!
230 rspec (~> 2.5) 233 rspec (~> 2.5)
231 rspec-rails (~> 2.5) 234 rspec-rails (~> 2.5)