Skip to content

Commit bfe38f6

Browse files
committed
Merge branch 'master' of github.com:Bushido/Kandan
2 parents 615f75d + ab401f1 commit bfe38f6

File tree

2 files changed

+11
-52
lines changed

2 files changed

+11
-52
lines changed

Gemfile

+11-29
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,40 @@
11
source 'https://rubygems.org'
22

3+
# Core gems
34
gem 'rails', '3.2.2'
4-
5-
# Bundle edge Rails instead:
6-
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7-
85
gem 'sqlite3'
6+
7+
# Auth/Bushido gems
98
gem 'devise'
109
gem 'devise_bushido_authenticatable'
1110
gem 'bushido'
11+
12+
# Server/transport gems
1213
gem 'thin'
1314
gem 'faye'
15+
16+
# Helper gems
1417
gem 'kaminari'
1518
gem 'aws-sdk'
1619
gem 'paperclip'
1720
gem 'remotipart'
18-
21+
gem 'jquery-rails'
1922

2023
# Gems used only for assets and not required
2124
# in production environments by default.
2225
group :assets do
2326
gem 'sass-rails', '~> 3.2.3'
2427
gem 'coffee-rails', '~> 3.2.1'
2528
gem 'bourbon'
26-
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
27-
gem 'execjs'
29+
gem 'execjs' # See https://github.com/sstephenson/execjs#readme for more supported runtimes
2830
gem 'eco'
29-
gem 'therubyracer'
30-
3131
gem 'uglifier', '>= 1.0.3'
3232
end
3333

34-
gem 'jquery-rails'
35-
36-
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test]
37-
34+
# Test gems, obviously
3835
group :test do
3936
gem 'rspec-rails'
4037
gem 'shoulda-matchers'
4138
gem 'factory_girl_rails'
42-
gem 'capybara'
39+
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test]
4340
end
44-
45-
# To use ActiveModel has_secure_password
46-
# gem 'bcrypt-ruby', '~> 3.0.0'
47-
48-
# To use Jbuilder templates for JSON
49-
# gem 'jbuilder'
50-
51-
# Use unicorn as the app server
52-
# gem 'unicorn'
53-
54-
# Deploy with Capistrano
55-
# gem 'capistrano'
56-
57-
# To use debugger
58-
# gem 'ruby-debug19', :require => 'ruby-debug'

Gemfile.lock

-23
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ GEM
4444
json (>= 1.4.6)
4545
orm_adapter (~> 0.0.3)
4646
rest-client (>= 1.6.1)
47-
capybara (1.1.2)
48-
mime-types (>= 1.16)
49-
nokogiri (>= 1.3.3)
50-
rack (>= 1.0.0)
51-
rack-test (>= 0.5.4)
52-
selenium-webdriver (~> 2.0)
53-
xpath (~> 0.1.4)
54-
childprocess (0.3.1)
55-
ffi (~> 1.0.6)
5647
cocaine (0.2.1)
5748
coffee-rails (3.2.2)
5849
coffee-script (>= 2.2.0)
@@ -99,7 +90,6 @@ GEM
9990
yajl-ruby (>= 1.0.0)
10091
faye-websocket (0.4.4)
10192
eventmachine (>= 0.12.0)
102-
ffi (1.0.11)
10393
highline (1.6.11)
10494
hike (1.2.1)
10595
httparty (0.8.1)
@@ -115,7 +105,6 @@ GEM
115105
actionpack (>= 3.0.0)
116106
activesupport (>= 3.0.0)
117107
railties (>= 3.0.0)
118-
libv8 (3.3.10.4)
119108
mail (2.4.3)
120109
i18n (>= 0.4.0)
121110
mime-types (~> 1.16)
@@ -174,25 +163,17 @@ GEM
174163
rspec (~> 2.8.0)
175164
rubycas-client (2.3.8)
176165
activesupport
177-
rubyzip (0.9.6.1)
178166
sass (3.1.15)
179167
sass-rails (3.2.4)
180168
railties (~> 3.2.0)
181169
sass (>= 3.1.10)
182170
tilt (~> 1.3)
183-
selenium-webdriver (2.20.0)
184-
childprocess (>= 0.2.5)
185-
ffi (~> 1.0)
186-
multi_json (~> 1.0)
187-
rubyzip
188171
shoulda-matchers (1.0.0)
189172
sprockets (2.1.2)
190173
hike (~> 1.2)
191174
rack (~> 1.0)
192175
tilt (~> 1.1, != 1.3.0)
193176
sqlite3 (1.3.5)
194-
therubyracer (0.9.10)
195-
libv8 (~> 3.3.10)
196177
thin (1.3.1)
197178
daemons (>= 1.0.9)
198179
eventmachine (>= 0.12.6)
@@ -209,8 +190,6 @@ GEM
209190
uuidtools (2.1.2)
210191
warden (1.1.1)
211192
rack (>= 1.0)
212-
xpath (0.1.4)
213-
nokogiri (~> 1.3)
214193
yajl-ruby (1.1.0)
215194

216195
PLATFORMS
@@ -220,7 +199,6 @@ DEPENDENCIES
220199
aws-sdk
221200
bourbon
222201
bushido
223-
capybara
224202
coffee-rails (~> 3.2.1)
225203
devise
226204
devise_bushido_authenticatable
@@ -237,6 +215,5 @@ DEPENDENCIES
237215
sass-rails (~> 3.2.3)
238216
shoulda-matchers
239217
sqlite3
240-
therubyracer
241218
thin
242219
uglifier (>= 1.0.3)

0 commit comments

Comments
 (0)