Commit 735a1dbc0ae95675e18ea665817afd24b11a9c2a

Authored by Vitor Baptista
1 parent 5d4dda2a

Upgrading bundler, formtastic and paperclip.

We've gems that are too old to work on modern systems.
1 source :rubygems 1 source :rubygems
2 source "http://gems.github.com" 2 source "http://gems.github.com"
3 3
4 -gem "bundler", "1.0.21" 4 +gem "rake", "~> 0.9.2.2"
  5 +gem "bundler", "~> 1.1.5"
5 gem "rails", "2.3.14" 6 gem "rails", "2.3.14"
6 gem "hoptoad_notifier", "2.4.9" 7 gem "hoptoad_notifier", "2.4.9"
7 gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" 8 gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
8 -gem "thoughtbot-paperclip", "2.3.1",  
9 - :require => "paperclip" 9 +gem "paperclip", "2.3.1"
10 gem "mime-types", "1.16", 10 gem "mime-types", "1.16",
11 :require => "mime/types" 11 :require => "mime/types"
12 gem "xml-simple", "1.0.12", 12 gem "xml-simple", "1.0.12",
13 :require => "xmlsimple" 13 :require => "xmlsimple"
14 gem "yfactorial-utility_scopes", "0.2.2", 14 gem "yfactorial-utility_scopes", "0.2.2",
15 :require => "utility_scopes" 15 :require => "utility_scopes"
16 -gem "justinfrench-formtastic", "0.2.2",  
17 - :require => "formtastic" 16 +gem "formtastic", "~> 0.2.2"
18 gem "inherited_resources", "1.0.4" 17 gem "inherited_resources", "1.0.4"
19 gem "has_scope", "0.4.2" 18 gem "has_scope", "0.4.2"
20 gem "responders", "0.4.8" 19 gem "responders", "0.4.8"
@@ -27,6 +27,7 @@ GEM @@ -27,6 +27,7 @@ GEM
27 factory_girl (1.2.3) 27 factory_girl (1.2.3)
28 fakeweb (1.2.5) 28 fakeweb (1.2.5)
29 fastercsv (1.5.1) 29 fastercsv (1.5.1)
  30 + formtastic (0.2.5)
30 gherkin (2.1.5) 31 gherkin (2.1.5)
31 trollop (~> 1.16.2) 32 trollop (~> 1.16.2)
32 has_scope (0.4.2) 33 has_scope (0.4.2)
@@ -40,11 +41,11 @@ GEM @@ -40,11 +41,11 @@ GEM
40 rake 41 rake
41 json_pure (1.4.6) 42 json_pure (1.4.6)
42 jtrupiano-timecop (0.2.1) 43 jtrupiano-timecop (0.2.1)
43 - justinfrench-formtastic (0.2.2)  
44 mime-types (1.16) 44 mime-types (1.16)
45 mysql2 (0.2.18) 45 mysql2 (0.2.18)
46 newrelic_rpm (3.3.0) 46 newrelic_rpm (3.3.0)
47 - nokogiri (1.5.0) 47 + nokogiri (1.5.5)
  48 + paperclip (2.3.1)
48 rack (1.1.3) 49 rack (1.1.3)
49 rails (2.3.14) 50 rails (2.3.14)
50 actionmailer (= 2.3.14) 51 actionmailer (= 2.3.14)
@@ -67,7 +68,6 @@ GEM @@ -67,7 +68,6 @@ GEM
67 shoulda (2.10.3) 68 shoulda (2.10.3)
68 term-ansicolor (1.0.7) 69 term-ansicolor (1.0.7)
69 thoughtbot-clearance (0.8.2) 70 thoughtbot-clearance (0.8.2)
70 - thoughtbot-paperclip (2.3.1)  
71 trollop (1.16.2) 71 trollop (1.16.2)
72 webrat (0.5.3) 72 webrat (0.5.3)
73 nokogiri (>= 1.2.0) 73 nokogiri (>= 1.2.0)
@@ -81,23 +81,25 @@ PLATFORMS @@ -81,23 +81,25 @@ PLATFORMS
81 81
82 DEPENDENCIES 82 DEPENDENCIES
83 ambethia-smtp-tls (= 1.1.2) 83 ambethia-smtp-tls (= 1.1.2)
84 - bundler (= 1.0.21) 84 + bundler (~> 1.1.5)
85 cucumber (= 0.8.5) 85 cucumber (= 0.8.5)
86 delayed_job (= 2.0.6) 86 delayed_job (= 2.0.6)
87 factory_girl (= 1.2.3) 87 factory_girl (= 1.2.3)
88 fakeweb (= 1.2.5) 88 fakeweb (= 1.2.5)
89 fastercsv (= 1.5.1) 89 fastercsv (= 1.5.1)
  90 + formtastic (~> 0.2.2)
90 has_scope (= 0.4.2) 91 has_scope (= 0.4.2)
91 hoptoad_notifier (= 2.4.9) 92 hoptoad_notifier (= 2.4.9)
92 inherited_resources (= 1.0.4) 93 inherited_resources (= 1.0.4)
93 jferris-mocha (= 0.9.5.0.1241126838) 94 jferris-mocha (= 0.9.5.0.1241126838)
94 json_pure (= 1.4.6) 95 json_pure (= 1.4.6)
95 jtrupiano-timecop (= 0.2.1) 96 jtrupiano-timecop (= 0.2.1)
96 - justinfrench-formtastic (= 0.2.2)  
97 mime-types (= 1.16) 97 mime-types (= 1.16)
98 mysql2 (= 0.2.18) 98 mysql2 (= 0.2.18)
99 newrelic_rpm (= 3.3.0) 99 newrelic_rpm (= 3.3.0)
  100 + paperclip (= 2.3.1)
100 rails (= 2.3.14) 101 rails (= 2.3.14)
  102 + rake (~> 0.9.2.2)
101 redis (= 1.0.7) 103 redis (= 1.0.7)
102 responders (= 0.4.8) 104 responders (= 0.4.8)
103 rspec (~> 1.3.1) 105 rspec (~> 1.3.1)
@@ -106,7 +108,6 @@ DEPENDENCIES @@ -106,7 +108,6 @@ DEPENDENCIES
106 sendgrid (= 0.1.4) 108 sendgrid (= 0.1.4)
107 shoulda (~> 2.10.1) 109 shoulda (~> 2.10.1)
108 thoughtbot-clearance (= 0.8.2) 110 thoughtbot-clearance (= 0.8.2)
109 - thoughtbot-paperclip (= 2.3.1)  
110 webrat (= 0.5.3) 111 webrat (= 0.5.3)
111 xml-simple (= 1.0.12) 112 xml-simple (= 1.0.12)
112 yfactorial-utility_scopes (= 0.2.2) 113 yfactorial-utility_scopes (= 0.2.2)
vendor/cache/formtastic-0.2.5.gem 0 → 100644
No preview for this file type
vendor/cache/justinfrench-formtastic-0.2.2.gem
No preview for this file type
vendor/cache/nokogiri-1.5.0.gem
No preview for this file type
vendor/cache/nokogiri-1.5.5.gem 0 → 100644
No preview for this file type
vendor/cache/paperclip-2.3.1.gem 0 → 100644
No preview for this file type
vendor/cache/thoughtbot-paperclip-2.3.1.gem
No preview for this file type