Skip to content

Commit

Permalink
Gemfile: added gemspec and updated rematch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed May 20, 2021
1 parent b0a6603 commit 675f587
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

# gemspec
gemspec

gem 'i18n'
gem 'oj', require: false # false is for testing with or without it
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
PATH
remote: .
specs:
pagy (4.7.1)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -40,7 +45,7 @@ GEM
ffi (~> 1.0)
rbzip2 (0.2.0)
regexp_parser (2.1.1)
rematch (1.0)
rematch (1.1.0)
rerun (0.13.1)
listen (~> 3.0)
rexml (3.2.5)
Expand Down Expand Up @@ -97,6 +102,7 @@ DEPENDENCIES
memory_profiler
minitest
oj
pagy!
puma
rack
rake
Expand Down
5 changes: 1 addition & 4 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
$VERBOSE = {'false' => false, 'true' => true}[ENV['VERBOSE']] if ENV['VERBOSE']

if ENV['CODECOV']
require 'codecov' # requires also simplecov
require 'codecov' # require also simplecov
# if you want the formatter to upload the results use SimpleCov::Formatter::Codecov instead
SimpleCov.formatter = Codecov::SimpleCov::Formatter # upload with step in github actions
elsif !ENV['CI']
require 'simplecov'
end

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)

require 'pagy'
require 'pagy/countless'
require 'rack'
require_relative 'mock_helpers/view'
Expand Down

0 comments on commit 675f587

Please sign in to comment.