Created
January 16, 2014 16:53
-
-
Save kzaitsev/8458591 to your computer and use it in GitHub Desktop.
Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'http://rubygems.org' | |
source 'https://rails-assets.org' | |
gem 'rails', '4.1.0.beta1' | |
gem 'pg', '~> 0.17.1' | |
gem 'devise', '~> 3.2.2' | |
gem 'yaml_db', github: 'Teobit/yaml_db' | |
gem 'nokogiri', '1.6.0' | |
gem 'carrierwave', '~> 0.9.0' | |
gem 'mini_magick', '3.5.0' | |
gem 'friendly_id', github: 'norman/friendly_id' | |
gem 'kaminari', '~> 0.15.0' | |
gem 'babosa', '~> 0.3.11' | |
gem 'dalli', '~> 2.7.0' | |
gem 'simple_postmark', '~> 0.6.0' | |
gem 'redcarpet', '~> 3.0.0' | |
gem 'faker', '~> 1.2.0' | |
gem 'unf', '~> 0.1.3' | |
gem 'airbrake' | |
gem 'slim', '~> 2.0.1' | |
gem 'rdiscount' | |
gem 'uglifier', '>= 1.3.0' | |
gem 'jbuilder' | |
gem 'numbers_and_words', '~> 0.10.0' | |
# Assets | |
gem 'bxslider-rails', '~> 4.1.0' | |
gem 'parsley-rails', '1.2.2' | |
gem 'rails-assets-sly', '~> 1.1.0' | |
gem 'rails-assets-jquery', '~> 1.10.2' | |
gem 'chosen-rails', '~> 1.0.2' | |
gem 'coffee-rails', '~> 4.0.0' | |
gem 'therubyracer', :platforms => :ruby | |
gem 'sass-rails', '~> 4.0.0' | |
gem 'compass-rails', '~> 1.1.2' | |
gem 'compass-colors' | |
gem 'nested_form', '~> 0.3.2' | |
gem 'asset_sync', github: 'Bugagazavr/asset_sync' | |
gem 'fog', '~> 1.19.0' | |
group :development do | |
gem 'sqlite3' | |
gem 'capistrano', '~> 3.0.1' | |
gem 'capistrano-rails', '~> 1.1.0' | |
gem 'capistrano-bundler' | |
end | |
group :development, :test do | |
gem 'minitest' | |
gem 'rspec-rails' | |
gem 'cucumber-rails', :require => false | |
gem 'capybara' | |
gem 'poltergeist' | |
gem 'database_cleaner' | |
gem 'capybara-screenshot' | |
gem 'factory_girl_rails' | |
gem 'spork', '~> 1.0rc' | |
gem 'shoulda-matchers', :require => false | |
gem 'shoulda' | |
gem 'brakeman' | |
gem 'guard-rspec' | |
end | |
group :test do | |
gem "simplecov", require: false | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GIT | |
remote: git://github.com/Bugagazavr/asset_sync.git | |
revision: cd88696d4819986f81b0ca696a667e0f6f8bf213 | |
specs: | |
asset_sync (1.0.0) | |
activemodel | |
fog (>= 1.8.0) | |
GIT | |
remote: git://github.com/Teobit/yaml_db.git | |
revision: f0b155d490fc46144fe182e1ed32033256d9ac37 | |
specs: | |
yaml_db (0.2.3) | |
GIT | |
remote: git://github.com/norman/friendly_id.git | |
revision: b7d2b0c0d2095e6091e1fae0ea2bd032a7406ea1 | |
specs: | |
friendly_id (5.0.2) | |
activerecord (>= 4.0.0) | |
GEM | |
remote: http://rubygems.org/ | |
remote: https://rails-assets.org/ | |
specs: | |
actionmailer (4.1.0.beta1) | |
actionpack (= 4.1.0.beta1) | |
actionview (= 4.1.0.beta1) | |
mail (~> 2.5.4) | |
actionpack (4.1.0.beta1) | |
actionview (= 4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
rack (~> 1.5.2) | |
rack-test (~> 0.6.2) | |
actionview (4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
activemodel (4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
builder (~> 3.1) | |
activerecord (4.1.0.beta1) | |
activemodel (= 4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
arel (~> 5.0.0) | |
activesupport (4.1.0.beta1) | |
i18n (~> 0.6, >= 0.6.9) | |
json (~> 1.7, >= 1.7.7) | |
minitest (~> 5.1) | |
thread_safe (~> 0.1) | |
tzinfo (~> 1.1) | |
addressable (2.3.5) | |
airbrake (3.1.15) | |
builder | |
multi_json | |
arel (5.0.0) | |
atomic (1.1.14) | |
babosa (0.3.11) | |
bcrypt-ruby (3.1.2) | |
brakeman (2.3.1) | |
erubis (~> 2.6) | |
fastercsv (~> 1.5) | |
haml (>= 3.0, < 5.0) | |
highline (~> 1.6.20) | |
multi_json (~> 1.2) | |
ruby2ruby (~> 2.0.5) | |
ruby_parser (~> 3.2.2) | |
sass (~> 3.0) | |
slim (>= 1.3.6, < 3.0) | |
terminal-table (~> 1.4) | |
builder (3.2.2) | |
bxslider-rails (4.1.0) | |
capistrano (3.0.1) | |
i18n | |
rake (>= 10.0.0) | |
sshkit (>= 0.0.23) | |
capistrano-bundler (1.1.1) | |
capistrano (~> 3.0) | |
sshkit (>= 1.2.0) | |
capistrano-rails (1.1.0) | |
capistrano (>= 3.0.0) | |
capistrano-bundler (>= 1.0.0) | |
capybara (2.2.1) | |
mime-types (>= 1.16) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
xpath (~> 2.0) | |
capybara-screenshot (0.3.16) | |
capybara (>= 1.0, < 3) | |
launchy | |
carrierwave (0.9.0) | |
activemodel (>= 3.2.0) | |
activesupport (>= 3.2.0) | |
json (>= 1.7) | |
celluloid (0.15.2) | |
timers (~> 1.1.0) | |
chosen-rails (1.0.2) | |
coffee-rails (>= 3.2) | |
compass-rails (>= 1.1.2) | |
railties (>= 3.0) | |
sass-rails (>= 3.2) | |
chunky_png (1.2.9) | |
cliver (0.3.2) | |
coderay (1.1.0) | |
coffee-rails (4.0.1) | |
coffee-script (>= 2.2.0) | |
railties (>= 4.0.0, < 5.0) | |
coffee-script (2.2.0) | |
coffee-script-source | |
execjs | |
coffee-script-source (1.6.3) | |
compass (0.12.2) | |
chunky_png (~> 1.2) | |
fssm (>= 0.2.7) | |
sass (~> 3.1) | |
compass-colors (0.9.0) | |
compass (>= 0.8.7) | |
compass-rails (1.1.3) | |
compass (>= 0.12.2) | |
cucumber (1.3.10) | |
builder (>= 2.1.2) | |
diff-lcs (>= 1.1.3) | |
gherkin (~> 2.12) | |
multi_json (>= 1.7.5, < 2.0) | |
multi_test (>= 0.0.2) | |
cucumber-rails (1.4.0) | |
capybara (>= 1.1.2) | |
cucumber (>= 1.2.0) | |
nokogiri (>= 1.5.0) | |
rails (>= 3.0.0) | |
dalli (2.7.0) | |
database_cleaner (1.2.0) | |
devise (3.2.2) | |
bcrypt-ruby (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 3.2.6, < 5) | |
thread_safe (~> 0.1) | |
warden (~> 1.2.3) | |
diff-lcs (1.2.5) | |
docile (1.1.2) | |
erubis (2.7.0) | |
excon (0.31.0) | |
execjs (2.0.2) | |
factory_girl (4.3.0) | |
activesupport (>= 3.0.0) | |
factory_girl_rails (4.3.0) | |
factory_girl (~> 4.3.0) | |
railties (>= 3.0.0) | |
faker (1.2.0) | |
i18n (~> 0.5) | |
fastercsv (1.5.5) | |
ffi (1.9.3) | |
fog (1.19.0) | |
builder | |
excon (~> 0.31.0) | |
formatador (~> 0.2.0) | |
mime-types | |
multi_json (~> 1.0) | |
net-scp (~> 1.1) | |
net-ssh (>= 2.1.3) | |
nokogiri (~> 1.5) | |
ruby-hmac | |
formatador (0.2.4) | |
fssm (0.2.10) | |
gherkin (2.12.2) | |
multi_json (~> 1.3) | |
guard (2.2.5) | |
formatador (>= 0.2.4) | |
listen (~> 2.1) | |
lumberjack (~> 1.0) | |
pry (>= 0.9.12) | |
thor (>= 0.18.1) | |
guard-rspec (4.2.4) | |
guard (~> 2.1) | |
rspec (>= 2.14, < 4.0) | |
haml (4.0.5) | |
tilt | |
highline (1.6.20) | |
hike (1.2.3) | |
httparty (0.12.0) | |
json (~> 1.8) | |
multi_xml (>= 0.5.2) | |
i18n (0.6.9) | |
jbuilder (2.0.2) | |
activesupport (>= 3.0.0) | |
multi_json (>= 1.2.0) | |
json (1.8.1) | |
kaminari (0.15.0) | |
actionpack (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
launchy (2.4.2) | |
addressable (~> 2.3) | |
libv8 (3.16.14.3) | |
listen (2.4.0) | |
celluloid (>= 0.15.2) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9) | |
lumberjack (1.0.4) | |
mail (2.5.4) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
method_source (0.8.2) | |
mime-types (1.25.1) | |
mini_magick (3.5.0) | |
subexec (~> 0.2.1) | |
mini_portile (0.5.2) | |
minitest (5.2.1) | |
multi_json (1.8.4) | |
multi_test (0.0.3) | |
multi_xml (0.5.5) | |
nested_form (0.3.2) | |
net-scp (1.1.2) | |
net-ssh (>= 2.6.5) | |
net-ssh (2.7.0) | |
nokogiri (1.6.0) | |
mini_portile (~> 0.5.0) | |
numbers_and_words (0.10.0) | |
activesupport | |
i18n | |
orm_adapter (0.5.0) | |
parsley-rails (1.2.2.0) | |
railties (>= 3.0.0) | |
pg (0.17.1) | |
poltergeist (1.5.0) | |
capybara (~> 2.1) | |
cliver (~> 0.3.1) | |
multi_json (~> 1.0) | |
websocket-driver (>= 0.2.0) | |
polyglot (0.3.3) | |
pry (0.9.12.4) | |
coderay (~> 1.0) | |
method_source (~> 0.8) | |
slop (~> 3.4) | |
rack (1.5.2) | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (4.1.0.beta1) | |
actionmailer (= 4.1.0.beta1) | |
actionpack (= 4.1.0.beta1) | |
actionview (= 4.1.0.beta1) | |
activemodel (= 4.1.0.beta1) | |
activerecord (= 4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.1.0.beta1) | |
sprockets-rails (~> 2.0.0) | |
rails-assets-jquery (1.10.2) | |
rails-assets-sly (1.1.0) | |
rails-assets-jquery (>= 1.7) | |
railties (4.1.0.beta1) | |
actionpack (= 4.1.0.beta1) | |
activesupport (= 4.1.0.beta1) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (10.1.1) | |
rb-fsevent (0.9.4) | |
rb-inotify (0.9.3) | |
ffi (>= 0.5.0) | |
rdiscount (2.1.7) | |
redcarpet (3.0.0) | |
ref (1.0.5) | |
rspec (2.14.1) | |
rspec-core (~> 2.14.0) | |
rspec-expectations (~> 2.14.0) | |
rspec-mocks (~> 2.14.0) | |
rspec-core (2.14.7) | |
rspec-expectations (2.14.4) | |
diff-lcs (>= 1.1.3, < 2.0) | |
rspec-mocks (2.14.4) | |
rspec-rails (2.14.1) | |
actionpack (>= 3.0) | |
activemodel (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec-core (~> 2.14.0) | |
rspec-expectations (~> 2.14.0) | |
rspec-mocks (~> 2.14.0) | |
ruby-hmac (0.4.0) | |
ruby2ruby (2.0.7) | |
ruby_parser (~> 3.1) | |
sexp_processor (~> 4.0) | |
ruby_parser (3.2.2) | |
sexp_processor (~> 4.1) | |
sass (3.2.13) | |
sass-rails (4.0.1) | |
railties (>= 4.0.0, < 5.0) | |
sass (>= 3.1.10) | |
sprockets-rails (~> 2.0.0) | |
sexp_processor (4.4.1) | |
shoulda (3.5.0) | |
shoulda-context (~> 1.0, >= 1.0.1) | |
shoulda-matchers (>= 1.4.1, < 3.0) | |
shoulda-context (1.1.6) | |
shoulda-matchers (2.5.0) | |
activesupport (>= 3.0.0) | |
simple_postmark (0.6.0) | |
activesupport (>= 3.0) | |
httparty | |
json | |
simplecov (0.8.2) | |
docile (~> 1.1.0) | |
multi_json | |
simplecov-html (~> 0.8.0) | |
simplecov-html (0.8.0) | |
slim (2.0.2) | |
temple (~> 0.6.6) | |
tilt (>= 1.3.3, < 2.1) | |
slop (3.4.7) | |
spork (1.0.0rc4) | |
sprockets (2.10.1) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sprockets-rails (2.0.0) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
sprockets (~> 2.8) | |
sqlite3 (1.3.8) | |
sshkit (1.3.0) | |
net-scp (>= 1.1.2) | |
net-ssh | |
term-ansicolor | |
subexec (0.2.3) | |
temple (0.6.7) | |
term-ansicolor (1.2.2) | |
tins (~> 0.8) | |
terminal-table (1.4.5) | |
therubyracer (0.12.0) | |
libv8 (~> 3.16.14.0) | |
ref | |
thor (0.18.1) | |
thread_safe (0.1.3) | |
atomic | |
tilt (1.4.1) | |
timers (1.1.0) | |
tins (0.13.1) | |
treetop (1.4.15) | |
polyglot | |
polyglot (>= 0.3.1) | |
tzinfo (1.1.0) | |
thread_safe (~> 0.1) | |
uglifier (2.4.0) | |
execjs (>= 0.3.0) | |
json (>= 1.8.0) | |
unf (0.1.3) | |
unf_ext | |
unf_ext (0.0.6) | |
warden (1.2.3) | |
rack (>= 1.0) | |
websocket-driver (0.3.2) | |
xpath (2.0.0) | |
nokogiri (~> 1.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
airbrake | |
asset_sync! | |
babosa (~> 0.3.11) | |
brakeman | |
bxslider-rails (~> 4.1.0) | |
capistrano (~> 3.0.1) | |
capistrano-bundler | |
capistrano-rails (~> 1.1.0) | |
capybara | |
capybara-screenshot | |
carrierwave (~> 0.9.0) | |
chosen-rails (~> 1.0.2) | |
coffee-rails (~> 4.0.0) | |
compass-colors | |
compass-rails (~> 1.1.2) | |
cucumber-rails | |
dalli (~> 2.7.0) | |
database_cleaner | |
devise (~> 3.2.2) | |
factory_girl_rails | |
faker (~> 1.2.0) | |
fog (~> 1.19.0) | |
friendly_id! | |
guard-rspec | |
jbuilder | |
kaminari (~> 0.15.0) | |
mini_magick (= 3.5.0) | |
minitest | |
nested_form (~> 0.3.2) | |
nokogiri (= 1.6.0) | |
numbers_and_words (~> 0.10.0) | |
parsley-rails (= 1.2.2) | |
pg (~> 0.17.1) | |
poltergeist | |
rails (= 4.1.0.beta1) | |
rails-assets-jquery (~> 1.10.2) | |
rails-assets-sly (~> 1.1.0) | |
rdiscount | |
redcarpet (~> 3.0.0) | |
rspec-rails | |
sass-rails (~> 4.0.0) | |
shoulda | |
shoulda-matchers | |
simple_postmark (~> 0.6.0) | |
simplecov | |
slim (~> 2.0.1) | |
spork (~> 1.0rc) | |
sqlite3 | |
therubyracer | |
uglifier (>= 1.3.0) | |
unf (~> 0.1.3) | |
yaml_db! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment