Skip to content

Commit cc5f59b

Browse files
committed
add Gemfile for Bundler support
1 parent a4c7e1e commit cc5f59b

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'http://rubygems.org'
2+
3+
gemspec

Gemfile.lock

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
PATH
2+
remote: .
3+
specs:
4+
rack-mini-profiler (2.0.1a)
5+
json (>= 1.6)
6+
rack (>= 1.3)
7+
ruby-debug (>= 0.10)
8+
9+
GEM
10+
remote: http://rubygems.org/
11+
specs:
12+
activemodel (3.2.2)
13+
activesupport (= 3.2.2)
14+
builder (~> 3.0.0)
15+
activerecord (3.2.2)
16+
activemodel (= 3.2.2)
17+
activesupport (= 3.2.2)
18+
arel (~> 3.0.2)
19+
tzinfo (~> 0.3.29)
20+
activesupport (3.2.2)
21+
i18n (~> 0.6)
22+
multi_json (~> 1.0)
23+
arel (3.0.2)
24+
builder (3.0.0)
25+
columnize (0.3.6)
26+
i18n (0.6.0)
27+
json (1.6.6)
28+
linecache (0.46)
29+
rbx-require-relative (> 0.0.4)
30+
multi_json (1.2.0)
31+
rack (1.4.1)
32+
rack-test (0.6.1)
33+
rack (>= 1.0)
34+
rake (0.9.2.2)
35+
rbx-require-relative (0.0.9)
36+
ruby-debug (0.10.4)
37+
columnize (>= 0.1)
38+
ruby-debug-base (~> 0.10.4.0)
39+
ruby-debug-base (0.10.4)
40+
linecache (>= 0.3)
41+
tzinfo (0.3.32)
42+
43+
PLATFORMS
44+
ruby
45+
46+
DEPENDENCIES
47+
activerecord (~> 3.0)
48+
rack-mini-profiler!
49+
rack-test
50+
rake

0 commit comments

Comments
 (0)