forked from nylas/nylas-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (18 loc) · 672 Bytes
/
Gemfile
File metadata and controls
20 lines (18 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://rubygems.org'
gem 'rest-client', '~> 2.0'
gem 'yajl-ruby', '~> 1.2', '>= 1.2.1', platform: :ruby
gem 'em-http-request', '~> 1.1', '>= 1.1.3', platform: :ruby
# Add dependencies to develop your gem here.
# Include everything needed to run tests, features, etc.
group :development, :test do
gem 'rspec', '~> 3.5', '>= 3.5.0'
gem "shoulda", '~> 3.5', '>= 3.4.0'
gem "rdoc", "~> 3.12"
gem 'bundler', '~> 1.3', '>= 1.3.5'
gem 'jeweler', '~> 2.1', '>= 2.1.2'
gem 'pry', '~> 0.10.4'
gem 'pry-nav', '~> 0.2.4'
gem 'pry-stack_explorer', '~> 0.4.9.2', platform: :ruby
gem 'webmock', '~> 2.1', '>= 2.1.0'
gem 'sinatra', '~> 1.4', '>= 1.4.7'
end