mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
8 lines
101 B
Ruby
8 lines
101 B
Ruby
|
source 'https://rubygems.org'
|
||
|
|
||
|
gem 'activesupport'
|
||
|
gem 'rest-client'
|
||
|
gem 'thor'
|
||
|
gem 'json'
|
||
|
gem 'pry'
|