Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maas committed Mar 20, 2024
1 parent 2beab1b commit 70e07b9
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 29 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gemspec

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem 'minitest-ci', require: false
gem 'simplecov', '< 0.18', require: false
end
2 changes: 2 additions & 0 deletions gemfiles/rails_5_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rails", "~> 5.2.8.1"
gem "nokogiri", "1.12.5"

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ GEM
tzinfo (~> 1.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.3)
base64
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri
nokogiri (>= 1.4.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -101,7 +100,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
Expand Down Expand Up @@ -200,13 +199,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
akami (= 1.2)
appraisal
awesome_print
bundler
byebug
circuitbox
dotenv
minitest (~> 5.0)
minitest (= 5.15.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rails", "~> 6.0.6.1"
gem "nokogiri", "1.12.5"

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.3)
base64
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri
nokogiri (>= 1.4.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -114,7 +113,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
Expand Down Expand Up @@ -216,13 +215,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
akami (= 1.2)
appraisal
awesome_print
bundler
byebug
circuitbox
dotenv
minitest (~> 5.0)
minitest (= 5.15.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rails", "~> 6.1.7.7"
gem "nokogiri", "1.12.5"

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.3)
base64
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri
nokogiri (>= 1.4.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -118,7 +117,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
minitest (5.22.3)
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
Expand Down Expand Up @@ -219,13 +218,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
akami (= 1.2)
appraisal
awesome_print
bundler
byebug
circuitbox
dotenv
minitest (~> 5.0)
minitest (= 5.15.0)
minitest-ci
mocha
nokogiri (= 1.12.5)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rails", "~> 7.0.8.1"
gem "nokogiri", "1.15.6"

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.3)
base64
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri
nokogiri (>= 1.4.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -127,7 +126,7 @@ GEM
marcel (1.0.4)
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.3)
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
Expand Down Expand Up @@ -226,13 +225,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
akami (= 1.2)
appraisal
awesome_print
bundler
byebug
circuitbox
dotenv
minitest (~> 5.0)
minitest (= 5.15.0)
minitest-ci
mocha
nokogiri (= 1.15.6)
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem "rails", "~> 7.1.3.2"
gem "nokogiri", "1.15.6"

group :test do
gem "akami", "1.2"
gem "minitest", "5.15.0"
gem "minitest-ci", require: false
gem "simplecov", "< 0.18", require: false
end
Expand Down
10 changes: 5 additions & 5 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.3)
base64
akami (1.2.0)
gyoku (>= 0.4.0)
nokogiri
nokogiri (>= 1.4.0)
appraisal (2.5.0)
bundler
rake
Expand Down Expand Up @@ -141,7 +140,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.22.3)
minitest (5.15.0)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
mocha (2.1.0)
Expand Down Expand Up @@ -252,13 +251,14 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
akami (= 1.2)
appraisal
awesome_print
bundler
byebug
circuitbox
dotenv
minitest (~> 5.0)
minitest (= 5.15.0)
minitest-ci
mocha
nokogiri (= 1.15.6)
Expand Down
8 changes: 4 additions & 4 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# SimpleCov configuration always goes first to ensure that we are generating correct code-coverage reports.
# But we only use SimpleCov on the CI System
if ENV.fetch('CI') { false }
require 'simplecov'
SimpleCov.start
end
# if ENV.fetch('CI') { false }
# require 'simplecov'
# SimpleCov.start
# end

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require 'circuitbox'
Expand Down

0 comments on commit 70e07b9

Please sign in to comment.