Skip to content

Commit 469cd16

Browse files
author
Zack Siri
committed
Added Gemfile
1 parent 7548267 commit 469cd16

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'fiddle'

Gemfile.lock

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
actionpack (4.1.15)
5+
actionview (= 4.1.15)
6+
activesupport (= 4.1.15)
7+
rack (~> 1.5.2)
8+
rack-test (~> 0.6.2)
9+
actionview (4.1.15)
10+
activesupport (= 4.1.15)
11+
builder (~> 3.1)
12+
erubis (~> 2.7.0)
13+
activemodel (4.1.15)
14+
activesupport (= 4.1.15)
15+
builder (~> 3.1)
16+
activerecord (4.1.15)
17+
activemodel (= 4.1.15)
18+
activesupport (= 4.1.15)
19+
arel (~> 5.0.0)
20+
activesupport (4.1.15)
21+
i18n (~> 0.6, >= 0.6.9)
22+
json (~> 1.7, >= 1.7.7)
23+
minitest (~> 5.1)
24+
thread_safe (~> 0.1)
25+
tzinfo (~> 1.1)
26+
arel (5.0.1.20140414130214)
27+
builder (3.2.2)
28+
erubis (2.7.0)
29+
fiddle (0.6.3)
30+
activerecord (>= 3.1.0, < 4.2.0)
31+
inherited_resources
32+
railties (>= 3.1.0, < 4.2.0)
33+
sequel (>= 4.4.0, < 5.0.0)
34+
has_scope (0.6.0)
35+
actionpack (>= 3.2, < 5)
36+
activesupport (>= 3.2, < 5)
37+
i18n (0.7.0)
38+
inherited_resources (1.6.0)
39+
actionpack (>= 3.2, < 5)
40+
has_scope (~> 0.6.0.rc)
41+
railties (>= 3.2, < 5)
42+
responders
43+
json (1.8.3)
44+
minitest (5.9.0)
45+
rack (1.5.5)
46+
rack-test (0.6.3)
47+
rack (>= 1.0)
48+
railties (4.1.15)
49+
actionpack (= 4.1.15)
50+
activesupport (= 4.1.15)
51+
rake (>= 0.8.7)
52+
thor (>= 0.18.1, < 2.0)
53+
rake (11.2.2)
54+
responders (1.1.2)
55+
railties (>= 3.2, < 4.2)
56+
sequel (4.36.0)
57+
thor (0.19.1)
58+
thread_safe (0.3.5)
59+
tzinfo (1.2.2)
60+
thread_safe (~> 0.1)
61+
62+
PLATFORMS
63+
ruby
64+
65+
DEPENDENCIES
66+
fiddle
67+
68+
BUNDLED WITH
69+
1.12.3

0 commit comments

Comments
 (0)