Skip to content

Commit f3f248a

Browse files
author
dhh
committed
Release bundler version restriction
1 parent c1492b5 commit f3f248a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
geared_pagination (1.1.2)
4+
geared_pagination (1.2.0)
55
activesupport (>= 5.0)
66
addressable (>= 2.5.0)
77

@@ -73,8 +73,8 @@ GEM
7373
i18n (>= 1.6, < 2)
7474
minitest (>= 5.1)
7575
tzinfo (~> 2.0)
76-
addressable (2.8.0)
77-
public_suffix (>= 2.0.2, < 5.0)
76+
addressable (2.8.5)
77+
public_suffix (>= 2.0.2, < 6.0)
7878
builder (3.2.4)
7979
byebug (11.1.3)
8080
concurrent-ruby (1.1.10)
@@ -113,7 +113,7 @@ GEM
113113
nokogiri (1.13.6)
114114
mini_portile2 (~> 2.8.0)
115115
racc (~> 1.4)
116-
public_suffix (4.0.7)
116+
public_suffix (5.0.4)
117117
racc (1.6.0)
118118
rack (2.2.3.1)
119119
rack-test (1.1.0)
@@ -160,7 +160,7 @@ PLATFORMS
160160
ruby
161161

162162
DEPENDENCIES
163-
bundler (~> 1.12)
163+
bundler
164164
byebug
165165
geared_pagination!
166166
rails (>= 5.0)

geared_pagination.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.add_dependency 'activesupport', '>= 5.0'
1515
s.add_dependency 'addressable', '>= 2.5.0'
1616

17-
s.add_development_dependency 'bundler', '~> 1.12'
17+
s.add_development_dependency 'bundler'
1818

1919
s.files = `git ls-files`.split("\n")
2020
s.test_files = `git ls-files -- test/*`.split("\n")

0 commit comments

Comments
 (0)