summaryrefslogtreecommitdiff
path: root/.bundle
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-25 17:49:34 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-25 17:49:34 +0200
commit7f26a8202556db3a584f1360950a671d2a60a1ea (patch)
tree1e37bb2eaa941ed0dbe2591c67cc850409d1658e /.bundle
parent5f8cc4fa269dadc895d99eec9ef3a82b17c5890a (diff)
Upgrade to Rails 5.2.8.1 on Ruby 2.5.8
- Bump rails 4.2.11.3 → 5.2.8.1, ruby 2.4.10 → 2.5.8 - Upgrade acts-as-taggable-on ~> 3.5 → ~> 6.0 - Upgrade exception_notification ~> 4.4 → ~> 4.5 - Upgrade globalize ~> 5.0 → ~> 5.2.0 - Upgrade pg ~> 0.17 → ~> 1.0 - Upgrade sass-rails ~> 4.0 → ~> 5.0 - Upgrade libxml-ruby to ~> 3.2 (5.x requires Ruby 3.2+) - Pin awesome_nested_set ~> 3.4.0 (3.9 has lft/rgt update bug) - Add rails-controller-testing gem - Add assets initializer for jquery precompile - Add acts_as_taggable missing indexes migration - Set eager_load, serve_static_files, active_record settings
Diffstat (limited to '.bundle')
-rw-r--r--.bundle/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bundle/config b/.bundle/config
new file mode 100644
index 0000000..71be015
--- /dev/null
+++ b/.bundle/config
@@ -0,0 +1,2 @@
1---
2BUNDLE_BUNDLER_VERSION: "2.3.27"