File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ elsif Gem::Version.new('1.9.3') <= Gem::Version.new(RUBY_VERSION) \
8888 gem 'sinatra' , '1.4.5'
8989 gem 'sqlite3'
9090 gem 'sucker_punch'
91+ gem 'timers' , '< 4.2'
9192 end
9293 end
9394elsif Gem ::Version . new ( '2.0.0' ) <= Gem ::Version . new ( RUBY_VERSION ) \
@@ -172,6 +173,7 @@ elsif Gem::Version.new('2.0.0') <= Gem::Version.new(RUBY_VERSION) \
172173 gem 'sinatra' , '1.4.5'
173174 gem 'sqlite3'
174175 gem 'sucker_punch'
176+ gem 'timers' , '< 4.2'
175177 end
176178 end
177179elsif Gem ::Version . new ( '2.1.0' ) <= Gem ::Version . new ( RUBY_VERSION ) \
@@ -276,6 +278,7 @@ elsif Gem::Version.new('2.1.0') <= Gem::Version.new(RUBY_VERSION) \
276278 gem 'sinatra' , '1.4.5'
277279 gem 'sqlite3'
278280 gem 'sucker_punch'
281+ gem 'timers' , '< 4.2'
279282 end
280283 end
281284elsif Gem ::Version . new ( '2.2.0' ) <= Gem ::Version . new ( RUBY_VERSION ) \
You can’t perform that action at this time.
0 commit comments