File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,17 @@ source 'https://rubygems.org'
22
33gem 'launchdarkly-server-sdk' , path : '..'
44
5- gem 'sinatra' , '~> 2.1'
6- # Sinatra can work with several server frameworks. In JRuby, we have to use glassfish (which
7- # is only available in JRuby). Otherwise we use thin (which is not available in JRuby).
8- gem 'glassfish' , :platforms => :jruby
95gem 'http' , '~> 5.1'
106gem 'json'
7+ gem "puma" , "~> 6.6"
8+ gem "rackup" , "~> 2.2"
9+ gem 'sinatra' , '>= 4.1'
10+
1111gem 'rubocop' , '~> 1.37' , group : 'development'
1212gem 'rubocop-performance' , '~> 1.15' , group : 'development'
13- gem 'thin' , :platforms => :ruby
1413
15- gem "redis" , "~> 5.3"
1614gem "connection_pool" , "~> 2.4"
15+ gem "redis" , "~> 5.3"
1716
1817gem "diplomat" , "~> 2.6"
1918
You can’t perform that action at this time.
0 commit comments