File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- geared_pagination (0.2 )
4
+ geared_pagination (1.0.1 )
5
5
activesupport (>= 5.0 )
6
6
addressable (>= 2.5.0 )
7
7
63
63
minitest (~> 5.1 )
64
64
tzinfo (~> 1.1 )
65
65
zeitwerk (~> 2.2 , >= 2.2.2 )
66
- addressable (2.5.2 )
67
- public_suffix (>= 2.0.2 , < 4 .0 )
66
+ addressable (2.7.0 )
67
+ public_suffix (>= 2.0.2 , < 5 .0 )
68
68
builder (3.2.4 )
69
69
byebug (10.0.2 )
70
70
concurrent-ruby (1.1.6 )
89
89
nio4r (2.5.2 )
90
90
nokogiri (1.10.9 )
91
91
mini_portile2 (~> 2.4.0 )
92
- public_suffix (3 .0.3 )
92
+ public_suffix (4 .0.5 )
93
93
rack (2.2.2 )
94
94
rack-test (1.1.0 )
95
95
rack (>= 1.0 , < 3 )
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'geared_pagination'
3
- s . version = '1.0.0 '
3
+ s . version = '1.0.1 '
4
4
s . authors = 'David Heinemeier Hansson'
5
5
6
6
s . summary = 'Paginate Active Record sets at variable speeds'
You can’t perform that action at this time.
0 commit comments