File tree 2 files changed +22
-5
lines changed
2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
- Unreleased
2
-
3
- * Removed: preloader generator / spring
4
- * Upgraded: Ruby to version 2.7.1
1
+ 1.56.0 (July 4, 2022)
2
+
3
+ Maintenance release
4
+
5
+ * Fixed: Make Suspenders fail if running with an unsupported Rails version
6
+ * Added: Update default configuration to use request specs
7
+ * Added: Add missing Errno::ECONNREFUSED to HTTP_ERRORS
8
+ * Fixed: Drop use of git in gemspec
9
+ * Fixed: Enforce bundler >= 2.1.0
10
+ * Fixed: Make suspenders abort when something goes wrong
11
+ * Fixed: Reliability and aesthetics of the config files comment stripper
12
+ * Fixed: ActionMailer asset host in the production configuration
13
+ * Added: Configure the oj gem (fast JSON parsing) when generating a new application
14
+ * Fixed: Improve error message of the match_contents matcher
15
+ * Fixed: Convert generator tests to unit tests thus speeding up the test suite
16
+ * Removed: Preloader generator / spring
17
+ * Added: Pull in DATABASE_URL env var explicitly in database.yml
18
+ * Removed: Travis CI configuration
19
+ * Upgraded: Ruby to version 2.7.4
20
+ * Added: A GitHub Action for CI
21
+ * Fixed: Run bin/suspenders in both CLI and tests against a fixed Rails version
5
22
6
23
1.55.1 (September 11, 2020)
7
24
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ module Suspenders
4
4
. read ( "#{ File . dirname ( __FILE__ ) } /../../.ruby-version" )
5
5
. strip
6
6
. freeze
7
- VERSION = "1.55.1 " . freeze
7
+ VERSION = "1.56.0 " . freeze
8
8
end
You can’t perform that action at this time.
0 commit comments