Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
roqua-support
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RoQua
roqua-support
Commits
8c67cd7b
Commit
8c67cd7b
authored
4 years ago
by
Henk
Browse files
Options
Downloads
Patches
Plain Diff
update changelog and version
parent
e8a6f279
No related branches found
No related tags found
1 merge request
!44
Add stripped string type, add support for rails 6.1, appsignal 3 and active_interaction 4. Drop support for rails 5.1
Pipeline
#82302
passed
4 years ago
Stage: test
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
Gemfile.lock
+4
-4
4 additions, 4 deletions
Gemfile.lock
lib/roqua-support/version.rb
+1
-1
1 addition, 1 deletion
lib/roqua-support/version.rb
with
12 additions
and
5 deletions
CHANGELOG.md
+
7
−
0
View file @
8c67cd7b
## 0.4.0
*
Remove support for ruby 2.5 and 2.6
*
Add stripped_string type (attributes api)
*
Add support for appsignal v3
*
Add support for active_interaction v4
## 0.3.5
*
Update AppSignal gauge for every minute the probe runs
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
4
−
4
View file @
8c67cd7b
...
...
@@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
roqua-support (0.
3.5
)
roqua-support (0.
4.0
)
active_interaction (>= 3.0, < 5.0)
activesupport (>= 5.2, < 6.2)
appsignal (>= 2.9, < 3.1)
...
...
@@ -33,8 +33,8 @@ GEM
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_interaction (
3.8.2
)
activemodel (>=
4
, < 7)
active_interaction (
4.0.0
)
activemodel (>=
5
, < 7)
activemodel (6.0.2.2)
activesupport (= 6.0.2.2)
activerecord (6.0.2.2)
...
...
@@ -50,7 +50,7 @@ GEM
bundler
rake
thor (>= 0.14.0)
appsignal (
2.1
0.
1
2)
appsignal (
3.
0.2)
rack
ast (2.4.2)
builder (3.2.4)
...
...
This diff is collapsed.
Click to expand it.
lib/roqua-support/version.rb
+
1
−
1
View file @
8c67cd7b
module
Roqua
module
Support
VERSION
=
'0.
3.5
'
.
freeze
VERSION
=
'0.
4.0
'
.
freeze
end
end
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment