summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-24 16:16:57 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-24 16:16:57 +0200
commit61dc69cc5d8089ed9f96bc65dc64de6e075f70cf (patch)
tree2a25126657acc65a010d1f11a2a2208f38bf41a1 /Gemfile.lock
parente0a7e0fec760ba12c8067a37e10c96f1f05876e2 (diff)
Upgrade acts-as-taggable-on to 3.5, add Rails 3.2 config fixes
- Bump acts-as-taggable-on from 2.4.1 to 3.5.0 - Fake engine migrations for pre-existing schema - Set serve_static_assets in development - Fix request.fullpath in authenticated_system (request_uri removed in Rails 3.x) - Fix Paperclip path format to match existing file layout
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 84425ea..34e0133 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,8 +35,8 @@ GEM
35 activesupport (3.2.22.5) 35 activesupport (3.2.22.5)
36 i18n (~> 0.6, >= 0.6.4) 36 i18n (~> 0.6, >= 0.6.4)
37 multi_json (~> 1.0) 37 multi_json (~> 1.0)
38 acts-as-taggable-on (2.4.1) 38 acts-as-taggable-on (3.5.0)
39 rails (>= 3, < 5) 39 activerecord (>= 3.2, < 5)
40 acts_as_list (0.9.19) 40 acts_as_list (0.9.19)
41 activerecord (>= 3.0) 41 activerecord (>= 3.0)
42 arel (3.0.3) 42 arel (3.0.3)
@@ -148,7 +148,7 @@ PLATFORMS
148 ruby 148 ruby
149 149
150DEPENDENCIES 150DEPENDENCIES
151 acts-as-taggable-on (~> 2.4) 151 acts-as-taggable-on (~> 3.5)
152 acts_as_list 152 acts_as_list
153 awesome_nested_set (~> 2.1) 153 awesome_nested_set (~> 2.1)
154 chaos_calendar! 154 chaos_calendar!
@@ -161,7 +161,7 @@ DEPENDENCIES
161 rails (= 3.2.22.5) 161 rails (= 3.2.22.5)
162 routing-filter (~> 0.3) 162 routing-filter (~> 0.3)
163 sass-rails (~> 3.2.3) 163 sass-rails (~> 3.2.3)
164 test-unit (~> 3.0) 164 test-unit (~> 3.5)
165 uglifier (>= 1.0.3) 165 uglifier (>= 1.0.3)
166 unicorn (~> 1.1) 166 unicorn (~> 1.1)
167 will_paginate (~> 3.0) 167 will_paginate (~> 3.0)