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

Bump version, fixate appsignal

parent c8afda2c
Branches
Tags
No related merge requests found
Pipeline #45499 passed
## 0.3.2
* Use tags for better appsignal metrics
* Require Appsignal 2.9 to avoid probe registration problems
## 0.3.1 ## 0.3.1
* Added Appsignal counters for probe calls and scheduling probe call tasks in particular. * Added Appsignal counters for probe calls and scheduling probe call tasks in particular.
......
...@@ -9,7 +9,7 @@ gem 'roqua_styleguide', git: 'https://gitlab.roqua.nl/roqua/styleguide.git' ...@@ -9,7 +9,7 @@ gem 'roqua_styleguide', git: 'https://gitlab.roqua.nl/roqua/styleguide.git'
group :test do group :test do
gem 'actionpack', '>= 4.0' gem 'actionpack', '>= 4.0'
gem 'active_interaction', '~> 3.0' gem 'active_interaction', '~> 3.0'
gem 'appsignal', '~> 2.9.6' gem 'appsignal', '~> 2.9.8'
gem 'climate_control' # For ENV modification in specs gem 'climate_control' # For ENV modification in specs
gem 'combustion', '~> 0.5.2' gem 'combustion', '~> 0.5.2'
gem 'fakefs', require: 'fakefs/safe' gem 'fakefs', require: 'fakefs/safe'
......
...@@ -8,9 +8,10 @@ GIT ...@@ -8,9 +8,10 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
roqua-support (0.3.1) roqua-support (0.3.2)
active_interaction (~> 3.0) active_interaction (~> 3.0)
activesupport (>= 3.2, < 6) activesupport (>= 3.2, < 6)
appsignal (~> 2.9.8)
naught (~> 1.0) naught (~> 1.0)
with_advisory_lock (~> 3.2) with_advisory_lock (~> 3.2)
...@@ -47,7 +48,7 @@ GEM ...@@ -47,7 +48,7 @@ GEM
bundler bundler
rake rake
thor (>= 0.14.0) thor (>= 0.14.0)
appsignal (2.9.6) appsignal (2.9.8)
rack rack
arel (7.1.4) arel (7.1.4)
ast (2.3.0) ast (2.3.0)
...@@ -107,7 +108,7 @@ GEM ...@@ -107,7 +108,7 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
rack (2.0.1) rack (2.0.7)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails-dom-testing (2.0.2) rails-dom-testing (2.0.2)
......
module Roqua module Roqua
module Support module Support
VERSION = '0.3.1'.freeze VERSION = '0.3.2'.freeze
end end
end end
...@@ -22,8 +22,8 @@ Gem::Specification.new do |gem| ...@@ -22,8 +22,8 @@ Gem::Specification.new do |gem|
gem.add_dependency 'activesupport', '>= 3.2', '< 6' gem.add_dependency 'activesupport', '>= 3.2', '< 6'
gem.add_dependency 'naught', '~> 1.0' gem.add_dependency 'naught', '~> 1.0'
gem.add_dependency 'with_advisory_lock', '~> 3.2' gem.add_dependency 'with_advisory_lock', '~> 3.2'
gem.add_dependency 'appsignal', '~> 2.9.8'
gem.add_development_dependency 'appsignal', '>= 2.3.1'
gem.add_development_dependency 'bundler', '~> 1.0' gem.add_development_dependency 'bundler', '~> 1.0'
gem.add_development_dependency 'delayed_job_active_record' gem.add_development_dependency 'delayed_job_active_record'
gem.add_development_dependency 'rake' gem.add_development_dependency 'rake'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment