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