Skip to content

Commit

Permalink
Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Aug 17, 2019
1 parent 95bcf59 commit 605351a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master (unreleased)

## 4.0.1

* [#279](https://github.com/rails/web-console/pull/279) Fix initial config.web_console.permissions value ([@patorash])

## 4.0.0

* [|61c](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017) Move to config.web_console.permissions ([@gsamokovarov])
Expand Down Expand Up @@ -149,3 +153,4 @@ go to 3.1.0 instead.
[@timomeh]: https://github.com/timomeh
[@causztic]: https://github.com/causztic
[@yuki24]: https://github.com/yuki24
[@patorash]: https://github.com/patorash
2 changes: 1 addition & 1 deletion lib/web_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebConsole
VERSION = "4.0.0"
VERSION = "4.0.1"
end
2 changes: 1 addition & 1 deletion web-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.5"

rails_version = ">= 6.0.0.a"
rails_version = ">= 6.0.0"

s.add_dependency "railties", rails_version
s.add_dependency "activemodel", rails_version
Expand Down

0 comments on commit 605351a

Please sign in to comment.