File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
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
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 )
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
162162DEPENDENCIES
163- bundler ( ~> 1.12 )
163+ bundler
164164 byebug
165165 geared_pagination !
166166 rails (>= 5.0 )
Original file line number Diff line number Diff 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 " )
You can’t perform that action at this time.
0 commit comments