File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 4.0.1
6
+
7
+ * [ #279 ] ( https://github.com/rails/web-console/pull/279 ) Fix initial config.web_console.permissions value ([ @patorash ] )
8
+
5
9
## 4.0.0
6
10
7
11
* [ |61c] ( https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017 ) Move to config.web_console.permissions ([ @gsamokovarov ] )
@@ -149,3 +153,4 @@ go to 3.1.0 instead.
149
153
[ @timomeh ] : https://github.com/timomeh
150
154
[ @causztic ] : https://github.com/causztic
151
155
[ @yuki24 ] : https://github.com/yuki24
156
+ [ @patorash ] : https://github.com/patorash
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WebConsole
4
- VERSION = "4.0.0 "
4
+ VERSION = "4.0.1 "
5
5
end
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
18
18
s . required_ruby_version = ">= 2.5"
19
19
20
- rails_version = ">= 6.0.0.a "
20
+ rails_version = ">= 6.0.0"
21
21
22
22
s . add_dependency "railties" , rails_version
23
23
s . add_dependency "activemodel" , rails_version
You can’t perform that action at this time.
0 commit comments