Skip to content
Snippets Groups Projects
Commit 35e0284e authored by Jorn van de Beek's avatar Jorn van de Beek
Browse files

Update version

parent ce167089
No related branches found
No related tags found
No related merge requests found
Pipeline #96168 passed
## 0.4.1
* Add timezone to logging timestamps. Use milliseconds instead of microseconds precision.
## 0.4.0
* Remove support for ruby 2.5 and 2.6
......
......@@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
roqua-support (0.4.0)
roqua-support (0.4.1)
active_interaction (>= 3.0, < 5.0)
activesupport (>= 5.2, < 6.2)
appsignal (>= 2.9, < 3.1)
......@@ -33,8 +33,9 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (4.0.0)
active_interaction (4.0.5)
activemodel (>= 5, < 7)
activesupport (>= 5, < 7)
activemodel (6.0.2.2)
activesupport (= 6.0.2.2)
activerecord (6.0.2.2)
......@@ -50,7 +51,7 @@ GEM
bundler
rake
thor (>= 0.14.0)
appsignal (3.0.2)
appsignal (3.0.13)
rack
ast (2.4.2)
builder (3.2.4)
......
module Roqua
module Support
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment