-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
25 lines (19 loc) · 887 Bytes
/
Gemfile
File metadata and controls
25 lines (19 loc) · 887 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"
# Sinatra is a DSL for quickly creating web applications in Ruby with minimal
# [sinatra](http://www.sinatrarb.com/)
gem "sinatra", "~> 1.4.3"
# This is a JSON implementation as a Ruby extension in C.
# [json](http://json-jruby.rubyforge.org/)
gem "json", "~> 1.8.0"
# reloading rack development server
# [shotgun](https://github.com/rtomayko/shotgun)
gem "shotgun", "~> 0.9"
# Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri's
# [nokogiri](http://nokogiri.org)
gem "nokogiri", "~> 1.6.0"
# RestClient on steroids ! Easily add one or more Rack middleware around RestC
# [rest-client-components](https://github.com/crohr/rest-client-components)
gem "rest-client-components", "~> 1.2.0"
# C extensions to accelerate the Ruby BSON serialization. For more information
# [bson_ext](http://www.mongodb.org)
gem "bson_ext", "~> 1.9.2"