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'
|