-
Notifications
You must be signed in to change notification settings - Fork 17
/
Gemfile
31 lines (25 loc) · 784 Bytes
/
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
source :rubygems
source 'http://gems.github.com/'
group :default do
gem "devise-links", ">= 0.2.1"
gem "cancan-rest-links", ">= 0.2.1"
gem "cancan-permits", ">= 0.3.11"
gem "require_all", "~> 1.2.0"
gem "devise", ">= 1.1.5"
gem "cancan", ">= 1.4.0"
gem "rails", ">= 3.0.1"
gem "rails_artifactor", ">= 0.3.3"
gem "r3_plugin_toolbox", ">= 0.4.0"
gem "sugar-high", ">= 0.4.0"
end
group :development, :test do
gem "shoulda", ">= 0"
gem "cutter", ">= 0"
gem "rspec", ">= 2.5"
gem "bundler", "~> 1.0.10"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "generator-spec", ">= 0.6.0"
gem "rspec-action_view", ">= 0.3.1"
gem "rails-app-spec", ">= 0.3.0"
end