Skip to content

Commit

Permalink
updated gemfile and gemspec for pagy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Mar 8, 2021
1 parent fcaab88 commit 4a85efe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pagy (3.11.0)
pagy (4.0.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
unicode-display_width (1.7.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
codecov
Expand All @@ -90,4 +90,4 @@ DEPENDENCIES
sinatra-contrib

BUNDLED WITH
2.1.4
2.2.3
2 changes: 1 addition & 1 deletion pagy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/ddnexus/pagy'
s.license = 'MIT'
s.files = `git ls-files -z`.split("\x0").select{|f| f.start_with?('lib', 'pagy.gemspec', 'LICENSE') }
s.required_ruby_version = ['>= 1.9', '< 3.0']
s.required_ruby_version = '>= 3.0'
end
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# encoding: utf-8
# frozen_string_literal: true

$VERBOSE = nil

require 'bundler/setup'

require 'simplecov' if ENV['RUN_SIMPLECOV'] == 'true'
Expand Down

0 comments on commit 4a85efe

Please sign in to comment.