forked from rgraff/sinatra-sequel-rspec
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGemfile.lock
49 lines (46 loc) · 977 Bytes
/
Gemfile.lock
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
40
41
42
43
44
45
46
47
48
49
GEM
remote: https://rubygems.org/
specs:
bacon (1.2.0)
declarative (0.0.5)
uber (>= 0.0.15)
disposable (0.2.1)
declarative (~> 0.0.4)
representable (>= 2.4.0, <= 3.1.0)
uber
rack (1.6.4)
rack-protection (1.5.3)
rack
reform (2.1.0.rc1)
disposable (>= 0.2.1, < 0.3.0)
representable (>= 2.4.0, < 3.1.0)
uber (~> 0.0.11)
representable (3.0.0)
declarative (~> 0.0.5)
uber (~> 0.0.15)
sequel (4.29.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-sequel (0.9.0)
bacon
sequel (>= 3.2.0)
sinatra (>= 0.9.4)
sqlite3 (1.3.11)
tilt (2.0.1)
trailblazer (1.1.0.rc1)
declarative
reform (>= 2.0.0, < 3.0.0)
uber (>= 0.0.15)
uber (0.0.15)
PLATFORMS
ruby
DEPENDENCIES
reform (= 2.1.0.rc1)
sinatra
sinatra-sequel
sqlite3
trailblazer (= 1.1.0.rc1)
BUNDLED WITH
1.10.6