-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (20 loc) · 803 Bytes
/
Copy pathGemfile
File metadata and controls
25 lines (20 loc) · 803 Bytes
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
source "https://rubygems.org"
# Gems owned by Ruby directly
gem 'cgi',"~> 0.3" # Ruby official
gem 'csv', "~> 3.3" # Ruby Official
gem 'fileutils', "~> 1.4" # Ruby official
gem 'openssl', ">= 3.2" # Ruby official
gem 'rake', "~> 13.2" # Ruby official
gem 'zlib', "~> 3.1" # Ruby official
gem 'nkf', "~> 0.2.0" # Ruby official
gem 'logger', "~> 1.7" # Ruby Official
# Gems owned by Google
gem 'google-protobuf', ">= 4.26" # Google official
# Gems owned by some "organization" on GitHub
gem 'rspec' # Owned by rspec
gem 'sqlite3', ">= 1.4" # Owned by SparkleMotion
# Gems with multiple possible maintainers
gem 'nokogiri', ">= 1.14" # Multiple maintainers
# Gems with just one maintainer
gem 'CFPropertyList', ">= 4.0" # Single owner: @ckruse
gem 'aes_key_wrap', "~> 1.1" # Single owner: @tomdalling