Skip to content

Commit 605351a

Browse files
committed
Release 4.0.1
1 parent 95bcf59 commit 605351a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 4.0.1
6+
7+
* [#279](https://github.com/rails/web-console/pull/279) Fix initial config.web_console.permissions value ([@patorash])
8+
59
## 4.0.0
610

711
* [|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.
149153
[@timomeh]: https://github.com/timomeh
150154
[@causztic]: https://github.com/causztic
151155
[@yuki24]: https://github.com/yuki24
156+
[@patorash]: https://github.com/patorash

lib/web_console/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebConsole
4-
VERSION = "4.0.0"
4+
VERSION = "4.0.1"
55
end

web-console.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717

1818
s.required_ruby_version = ">= 2.5"
1919

20-
rails_version = ">= 6.0.0.a"
20+
rails_version = ">= 6.0.0"
2121

2222
s.add_dependency "railties", rails_version
2323
s.add_dependency "activemodel", rails_version

0 commit comments

Comments
 (0)