summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-24 04:13:16 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-24 04:13:16 +0200
commite0a7e0fec760ba12c8067a37e10c96f1f05876e2 (patch)
treed0cf745592a46aee4d4913911fd34c7c24515220 /Gemfile.lock
parent6424e10be5a89f175a74c71c55660412a169b8b8 (diff)
Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade
- Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock170
1 files changed, 170 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..84425ea
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,170 @@
1GIT
2 remote: https://github.com/erdgeist/chaoscalendar.git
3 revision: a1a84e0a1b05f2b64ea7fefb5fa159fccf43abce
4 branch: erdgeist-ruby1.9
5 specs:
6 chaos_calendar (0.1.3)
7
8GEM
9 remote: https://rubygems.org/
10 specs:
11 actionmailer (3.2.22.5)
12 actionpack (= 3.2.22.5)
13 mail (~> 2.5.4)
14 actionpack (3.2.22.5)
15 activemodel (= 3.2.22.5)
16 activesupport (= 3.2.22.5)
17 builder (~> 3.0.0)
18 erubis (~> 2.7.0)
19 journey (~> 1.0.4)
20 rack (~> 1.4.5)
21 rack-cache (~> 1.2)
22 rack-test (~> 0.6.1)
23 sprockets (~> 2.2.1)
24 activemodel (3.2.22.5)
25 activesupport (= 3.2.22.5)
26 builder (~> 3.0.0)
27 activerecord (3.2.22.5)
28 activemodel (= 3.2.22.5)
29 activesupport (= 3.2.22.5)
30 arel (~> 3.0.2)
31 tzinfo (~> 0.3.29)
32 activeresource (3.2.22.5)
33 activemodel (= 3.2.22.5)
34 activesupport (= 3.2.22.5)
35 activesupport (3.2.22.5)
36 i18n (~> 0.6, >= 0.6.4)
37 multi_json (~> 1.0)
38 acts-as-taggable-on (2.4.1)
39 rails (>= 3, < 5)
40 acts_as_list (0.9.19)
41 activerecord (>= 3.0)
42 arel (3.0.3)
43 awesome_nested_set (2.1.6)
44 activerecord (>= 3.0.0)
45 builder (3.0.4)
46 climate_control (0.2.0)
47 cocaine (0.5.8)
48 climate_control (>= 0.0.3, < 1.0)
49 coffee-rails (3.2.2)
50 coffee-script (>= 2.2.0)
51 railties (~> 3.2.0)
52 coffee-script (2.4.1)
53 coffee-script-source
54 execjs
55 coffee-script-source (1.12.2)
56 concurrent-ruby (1.3.7)
57 erubis (2.7.0)
58 exception_notification (4.1.1)
59 actionmailer (>= 3.0.4)
60 activesupport (>= 3.0.4)
61 execjs (2.9.0)
62 ffi (1.15.5)
63 globalize3 (0.3.1)
64 activemodel (>= 3.0.0)
65 activerecord (>= 3.0.0)
66 paper_trail (~> 2)
67 hike (1.2.3)
68 i18n (0.9.5)
69 concurrent-ruby (~> 1.0)
70 journey (1.0.4)
71 json (1.8.6)
72 libxml-ruby (3.1.0)
73 mail (2.5.5)
74 mime-types (~> 1.16)
75 treetop (~> 1.4.8)
76 mime-types (1.25.1)
77 multi_json (1.15.0)
78 paper_trail (2.7.2)
79 activerecord (~> 3.0)
80 railties (~> 3.0)
81 paperclip (3.5.4)
82 activemodel (>= 3.0.0)
83 activesupport (>= 3.0.0)
84 cocaine (~> 0.5.3)
85 mime-types
86 pg (0.17.1)
87 polyglot (0.3.5)
88 power_assert (3.0.1)
89 rack (1.4.7)
90 rack-cache (1.15.0)
91 rack (>= 0.4)
92 rack-ssl (1.3.4)
93 rack
94 rack-test (0.6.3)
95 rack (>= 1.0)
96 rails (3.2.22.5)
97 actionmailer (= 3.2.22.5)
98 actionpack (= 3.2.22.5)
99 activerecord (= 3.2.22.5)
100 activeresource (= 3.2.22.5)
101 activesupport (= 3.2.22.5)
102 bundler (~> 1.0)
103 railties (= 3.2.22.5)
104 railties (3.2.22.5)
105 actionpack (= 3.2.22.5)
106 activesupport (= 3.2.22.5)
107 rack-ssl (~> 1.3.2)
108 rake (>= 0.8.7)
109 rdoc (~> 3.4)
110 thor (>= 0.14.6, < 2.0)
111 rake (13.4.2)
112 rb-fsevent (0.11.2)
113 rb-inotify (0.10.1)
114 ffi (~> 1.0)
115 rdoc (3.12.2)
116 json (~> 1.4)
117 routing-filter (0.4.0.1)
118 actionpack (< 4.2)
119 sass (3.7.4)
120 sass-listen (~> 4.0.0)
121 sass-listen (4.0.0)
122 rb-fsevent (~> 0.9, >= 0.9.4)
123 rb-inotify (~> 0.9, >= 0.9.7)
124 sass-rails (3.2.6)
125 railties (~> 3.2.0)
126 sass (>= 3.1.10)
127 tilt (~> 1.3)
128 sprockets (2.2.3)
129 hike (~> 1.2)
130 multi_json (~> 1.0)
131 rack (~> 1.0)
132 tilt (~> 1.1, != 1.3.0)
133 test-unit (3.7.8)
134 power_assert
135 thor (1.2.2)
136 tilt (1.4.1)
137 treetop (1.4.15)
138 polyglot
139 polyglot (>= 0.3.1)
140 tzinfo (0.3.62)
141 uglifier (4.2.1)
142 execjs (>= 0.3.0, < 3)
143 unicorn (1.1.7)
144 rack
145 will_paginate (3.3.1)
146
147PLATFORMS
148 ruby
149
150DEPENDENCIES
151 acts-as-taggable-on (~> 2.4)
152 acts_as_list
153 awesome_nested_set (~> 2.1)
154 chaos_calendar!
155 coffee-rails (~> 3.2.1)
156 exception_notification
157 globalize3 (~> 0.3.0)
158 libxml-ruby
159 paperclip (~> 3.5)
160 pg (~> 0.17.0)
161 rails (= 3.2.22.5)
162 routing-filter (~> 0.3)
163 sass-rails (~> 3.2.3)
164 test-unit (~> 3.0)
165 uglifier (>= 1.0.3)
166 unicorn (~> 1.1)
167 will_paginate (~> 3.0)
168
169BUNDLED WITH
170 1.17.3