File: Gemfile

package info (click to toggle)
ruby-excon 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: ruby: 7,970; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

# gem 'jruby-openssl', '~> 0.10.5', :platforms => :jruby
# gem 'rubysl', '~> 2.2.0', :platforms => :rbx

gem 'rack', '>= 2.2.3'
gem 'rackup'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'unicorn', platforms: %i[mri rbx], groups: %i[development test]

# group :benchmark do
#   gem 'em-http-request'
#   gem 'httparty'
#   gem 'rest-client'
#   gem 'tach'
#   gem 'typhoeus'
#   gem 'sinatra'
#   gem 'streamly_ffi'
#   gem 'curb'
# end