forked from arquillian/arquillian.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
39 lines (37 loc) · 1.21 KB
/
Gemfile
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This is a bundler configuration file (http://gembundler.com).
#
# Bundler makes it easy to make sure that your application has the dependencies
# it needs to start up and run without errors. It locates and installs the gems
# and their dependencies listed in this file, Gemfile.
#
# After installing any needed gems to your system, bundler writes a snapshot of
# all of the gems and versions that it installed to Gemfile.lock.
#
# Gemfile.lock makes your application a single package of both your own code
# and the third-party code so it remains stable in a known working state.
#
# To get started, first make sure you've installed bundler using gem install
# (or jgem install for JRuby):
#
# gem install bundler
#
# Then, use bundler to fetch the remaining libraries you'll need:
#
# bundle install
#
# Now, you're ready to start developing!
#
# awestruct -s
#
# Though if you want to be strict, you should execute in a bundle sandbox:
#
# bundle exec awestruct -s
source :rubygems
gem "awestruct", "0.4.6"
gem "rest-client", "1.6.7"
gem "git", "1.2.5"
gem "ri_cal", "0.8.8"
gem "tzinfo", "0.3.33"
#gem "therubyracer", "0.10.1"
gem "jruby-openssl", "0.7.7", :platforms => :jruby
gem "rb-inotify", "0.8.8", :platforms => [:ruby, :jruby]