suite
This commit is contained in:
parent
de986bcca5
commit
5d3323c376
9
Gemfile
9
Gemfile
@ -1,7 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||||
gem 'rails', '4.0.6'
|
gem 'rails', '4.0.1'
|
||||||
|
|
||||||
|
|
||||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||||
@ -10,7 +10,7 @@ gem 'bcrypt-ruby', '~> 3.0.0'
|
|||||||
gem 'mysql2'
|
gem 'mysql2'
|
||||||
|
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
gem 'uglifier', '~> 2.7'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
|
||||||
# Use CoffeeScript for .js.coffee assets and views
|
# Use CoffeeScript for .js.coffee assets and views
|
||||||
gem 'coffee-rails', '~> 4.0.0'
|
gem 'coffee-rails', '~> 4.0.0'
|
||||||
@ -27,9 +27,8 @@ gem 'turbolinks'
|
|||||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||||
gem 'jbuilder', '~> 1.0.1'
|
gem 'jbuilder', '~> 1.0.1'
|
||||||
|
|
||||||
gem "therubyracer", "0.12.3" #, group: :production
|
gem "therubyracer", group: :production
|
||||||
#gem 'less-rails', github: 'metaskills/less-rails', branch: 'depends_only_on_less_files'
|
gem "less-rails"
|
||||||
gem 'less-rails'
|
|
||||||
gem "twitter-bootstrap-rails"
|
gem "twitter-bootstrap-rails"
|
||||||
|
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
|
86
Gemfile.lock
86
Gemfile.lock
@ -8,26 +8,26 @@ GIT
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.6)
|
actionmailer (4.0.1)
|
||||||
actionpack (= 4.0.6)
|
actionpack (= 4.0.1)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.0.6)
|
actionpack (4.0.1)
|
||||||
activesupport (= 4.0.6)
|
activesupport (= 4.0.1)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.2)
|
||||||
activemodel (4.0.6)
|
activemodel (4.0.1)
|
||||||
activesupport (= 4.0.6)
|
activesupport (= 4.0.1)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.6)
|
activerecord (4.0.1)
|
||||||
activemodel (= 4.0.6)
|
activemodel (= 4.0.1)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.6)
|
activesupport (= 4.0.1)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.4)
|
activerecord-deprecated_finders (1.0.4)
|
||||||
activesupport (4.0.6)
|
activesupport (4.0.1)
|
||||||
i18n (~> 0.6, >= 0.6.9)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
@ -54,7 +54,7 @@ GEM
|
|||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.6.3)
|
coffee-script-source (1.6.3)
|
||||||
commonjs (0.2.7)
|
commonjs (0.2.6)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.5)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (1.4.0)
|
execjs (1.4.0)
|
||||||
@ -67,6 +67,7 @@ GEM
|
|||||||
haml (>= 3.1, < 4.1)
|
haml (>= 3.1, < 4.1)
|
||||||
railties (>= 3.1, < 4.1)
|
railties (>= 3.1, < 4.1)
|
||||||
highline (1.6.19)
|
highline (1.6.19)
|
||||||
|
hike (1.2.3)
|
||||||
htmlentities (4.3.1)
|
htmlentities (4.3.1)
|
||||||
i18n (0.9.5)
|
i18n (0.9.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
@ -83,12 +84,11 @@ GEM
|
|||||||
kaminari (>= 0.13.0)
|
kaminari (>= 0.13.0)
|
||||||
rails
|
rails
|
||||||
kgio (2.11.2)
|
kgio (2.11.2)
|
||||||
less (2.6.0)
|
less (2.3.2)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.6)
|
||||||
less-rails (4.0.0)
|
less-rails (2.3.3)
|
||||||
actionpack (>= 4)
|
actionpack (>= 3.1)
|
||||||
less (~> 2.6.0)
|
less (~> 2.3.1)
|
||||||
sprockets (>= 2)
|
|
||||||
libv8 (3.16.14.19)
|
libv8 (3.16.14.19)
|
||||||
mail (2.5.5)
|
mail (2.5.5)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@ -97,7 +97,7 @@ GEM
|
|||||||
mini_portile (0.5.1)
|
mini_portile (0.5.1)
|
||||||
minitest (4.7.5)
|
minitest (4.7.5)
|
||||||
multi_json (1.13.1)
|
multi_json (1.13.1)
|
||||||
mysql2 (0.3.21)
|
mysql2 (0.3.18)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-sftp (2.1.2)
|
net-sftp (2.1.2)
|
||||||
@ -111,20 +111,20 @@ GEM
|
|||||||
rack (1.5.5)
|
rack (1.5.5)
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.6)
|
rails (4.0.1)
|
||||||
actionmailer (= 4.0.6)
|
actionmailer (= 4.0.1)
|
||||||
actionpack (= 4.0.6)
|
actionpack (= 4.0.1)
|
||||||
activerecord (= 4.0.6)
|
activerecord (= 4.0.1)
|
||||||
activesupport (= 4.0.6)
|
activesupport (= 4.0.1)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.6)
|
railties (= 4.0.1)
|
||||||
sprockets-rails (~> 2.0)
|
sprockets-rails (~> 2.0.0)
|
||||||
railties (4.0.6)
|
railties (4.0.1)
|
||||||
actionpack (= 4.0.6)
|
actionpack (= 4.0.1)
|
||||||
activesupport (= 4.0.6)
|
activesupport (= 4.0.1)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.19.0)
|
raindrops (0.11.0)
|
||||||
rake (12.3.3)
|
rake (12.3.3)
|
||||||
rdoc (3.12.2)
|
rdoc (3.12.2)
|
||||||
json (~> 1.4)
|
json (~> 1.4)
|
||||||
@ -135,19 +135,21 @@ GEM
|
|||||||
sdoc (0.3.20)
|
sdoc (0.3.20)
|
||||||
json (>= 1.1.3)
|
json (>= 1.1.3)
|
||||||
rdoc (~> 3.10)
|
rdoc (~> 3.10)
|
||||||
sprockets (3.7.2)
|
sprockets (2.12.5)
|
||||||
concurrent-ruby (~> 1.0)
|
hike (~> 1.2)
|
||||||
rack (> 1, < 3)
|
multi_json (~> 1.0)
|
||||||
sprockets-rails (2.3.3)
|
rack (~> 1.0)
|
||||||
|
tilt (~> 1.1, != 1.3.0)
|
||||||
|
sprockets-rails (2.0.1)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (~> 2.8)
|
||||||
therubyracer (0.12.3)
|
therubyracer (0.12.3)
|
||||||
libv8 (~> 3.16.14.15)
|
libv8 (~> 3.16.14.15)
|
||||||
ref
|
ref
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.9)
|
tilt (1.4.1)
|
||||||
treetop (1.4.15)
|
treetop (1.4.15)
|
||||||
polyglot
|
polyglot
|
||||||
polyglot (>= 0.3.1)
|
polyglot (>= 0.3.1)
|
||||||
@ -159,10 +161,10 @@ GEM
|
|||||||
rails (>= 3.1)
|
rails (>= 3.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
tzinfo (0.3.55)
|
tzinfo (0.3.55)
|
||||||
uglifier (2.7.2)
|
uglifier (2.1.2)
|
||||||
execjs (>= 0.3.0)
|
execjs (>= 0.3.0)
|
||||||
json (>= 1.8.0)
|
multi_json (~> 1.0, >= 1.0.2)
|
||||||
unicorn (5.5.1)
|
unicorn (4.6.3)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
@ -185,14 +187,14 @@ DEPENDENCIES
|
|||||||
less-rails
|
less-rails
|
||||||
mysql2
|
mysql2
|
||||||
nokogiri
|
nokogiri
|
||||||
rails (= 4.0.6)
|
rails (= 4.0.1)
|
||||||
rmagick
|
rmagick
|
||||||
rvm-capistrano
|
rvm-capistrano
|
||||||
sdoc
|
sdoc
|
||||||
therubyracer (= 0.12.3)
|
therubyracer
|
||||||
turbolinks
|
turbolinks
|
||||||
twitter-bootstrap-rails
|
twitter-bootstrap-rails
|
||||||
uglifier (~> 2.7)
|
uglifier (>= 1.3.0)
|
||||||
unicorn
|
unicorn
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user