mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +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'
|