Created
April 21, 2014 17:46
-
-
Save dogweather/11150333 to your computer and use it in GitHub Desktop.
Rails 4.1.0 + SASS + SASS-Rails
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 'https://rubygems.org' | |
ruby '2.1.1' | |
gem 'rails', '4.1.0' | |
gem 'sass-rails', '~> 4.0.3' | |
gem 'uglifier', '>= 1.3.0' | |
gem 'coffee-rails', '~> 4.0.0' | |
gem 'jquery-rails' | |
gem 'jquery-ui-rails' | |
gem 'turbolinks' | |
gem 'jbuilder', '~> 2.0' | |
gem 'bcrypt-ruby' | |
gem 'resque' | |
# gem 'resque-web', require: 'resque_web' | |
gem 'resque_solo' | |
gem 'newrelic_rpm' | |
gem 'figaro' | |
gem 'pg' | |
gem 'pry-rails' | |
gem 'whenever', '0.9.0', require: false # 0.9.1 fails in capistrano | |
gem 'rspec' | |
gem 'rspec-webservice_matchers' | |
gem 'annotate' | |
gem 'haml' | |
gem 'kaminari' | |
gem 'friendly_id' | |
gem 'font-awesome-sass' | |
gem 'devise' | |
gem 'bootstrap-sass' | |
group :doc do | |
gem 'sdoc', require: false | |
end | |
group :development, :test do | |
gem 'debugger' | |
gem 'dotenv-rails' | |
gem 'rspec-rails' | |
end | |
group :development do | |
gem 'rails-erd' | |
gem 'quiet_assets' | |
gem 'capistrano', '~> 3.1.0' | |
gem 'capistrano-rails' | |
gem 'capistrano-rvm' | |
gem 'capistrano-bundler' | |
gem "better_errors" | |
gem "binding_of_caller" | |
gem 'guard-rspec', require: false | |
gem 'terminal-notifier-guard' | |
gem 'spring' | |
gem "spring-commands-rspec" | |
end | |
group :test do | |
gem 'fabrication' | |
gem 'faker' | |
gem 'timecop' | |
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
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actionmailer (4.1.0) | |
actionpack (= 4.1.0) | |
actionview (= 4.1.0) | |
mail (~> 2.5.4) | |
actionpack (4.1.0) | |
actionview (= 4.1.0) | |
activesupport (= 4.1.0) | |
rack (~> 1.5.2) | |
rack-test (~> 0.6.2) | |
actionview (4.1.0) | |
activesupport (= 4.1.0) | |
builder (~> 3.1) | |
erubis (~> 2.7.0) | |
activemodel (4.1.0) | |
activesupport (= 4.1.0) | |
builder (~> 3.1) | |
activerecord (4.1.0) | |
activemodel (= 4.1.0) | |
activesupport (= 4.1.0) | |
arel (~> 5.0.0) | |
activesupport (4.1.0) | |
i18n (~> 0.6, >= 0.6.9) | |
json (~> 1.7, >= 1.7.7) | |
minitest (~> 5.1) | |
thread_safe (~> 0.1) | |
tzinfo (~> 1.1) | |
annotate (2.6.3) | |
activerecord (>= 2.3.0) | |
rake (>= 0.8.7) | |
arel (5.0.1.20140414130214) | |
bcrypt (3.1.7) | |
bcrypt-ruby (3.1.5) | |
bcrypt (>= 3.1.3) | |
better_errors (1.1.0) | |
coderay (>= 1.0.0) | |
erubis (>= 2.6.6) | |
binding_of_caller (0.7.2) | |
debug_inspector (>= 0.0.1) | |
bootstrap-sass (3.1.1.0) | |
sass (~> 3.2) | |
builder (3.2.2) | |
capistrano (3.1.0) | |
i18n | |
rake (>= 10.0.0) | |
sshkit (~> 1.3) | |
capistrano-bundler (1.1.2) | |
capistrano (~> 3.0) | |
sshkit (~> 1.2) | |
capistrano-rails (1.1.1) | |
capistrano (~> 3.1) | |
capistrano-bundler (~> 1.1) | |
capistrano-rvm (0.1.1) | |
capistrano (~> 3.0) | |
sshkit (~> 1.2) | |
celluloid (0.15.2) | |
timers (~> 1.1.0) | |
celluloid-io (0.15.0) | |
celluloid (>= 0.15.0) | |
nio4r (>= 0.5.0) | |
choice (0.1.6) | |
chronic (0.10.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.7.0) | |
columnize (0.3.6) | |
debug_inspector (0.0.2) | |
debugger (1.6.6) | |
columnize (>= 0.3.1) | |
debugger-linecache (~> 1.2.0) | |
debugger-ruby_core_source (~> 1.3.2) | |
debugger-linecache (1.2.0) | |
debugger-ruby_core_source (1.3.2) | |
devise (3.2.4) | |
bcrypt (~> 3.0) | |
orm_adapter (~> 0.1) | |
railties (>= 3.2.6, < 5) | |
thread_safe (~> 0.1) | |
warden (~> 1.2.3) | |
diff-lcs (1.2.5) | |
dotenv (0.10.0) | |
dotenv-rails (0.10.0) | |
dotenv (= 0.10.0) | |
erubis (2.7.0) | |
excon (0.33.0) | |
execjs (2.0.2) | |
fabrication (2.11.1) | |
faker (1.3.0) | |
i18n (~> 0.5) | |
faraday (0.8.9) | |
multipart-post (~> 1.2.0) | |
faraday_middleware (0.9.0) | |
faraday (>= 0.7.4, < 0.9) | |
ffi (1.9.3) | |
figaro (0.7.0) | |
bundler (~> 1.0) | |
rails (>= 3, < 5) | |
font-awesome-sass (4.0.3.1) | |
sass (~> 3.2) | |
formatador (0.2.4) | |
friendly_id (5.0.3) | |
activerecord (>= 4.0.0) | |
guard (2.6.0) | |
formatador (>= 0.2.4) | |
listen (~> 2.7) | |
lumberjack (~> 1.0) | |
pry (>= 0.9.12) | |
thor (>= 0.18.1) | |
guard-rspec (4.2.8) | |
guard (~> 2.1) | |
rspec (>= 2.14, < 4.0) | |
haml (4.0.5) | |
tilt | |
hike (1.2.3) | |
i18n (0.6.9) | |
jbuilder (2.0.6) | |
activesupport (>= 3.0.0, < 5) | |
multi_json (~> 1.2) | |
jquery-rails (3.1.0) | |
railties (>= 3.0, < 5.0) | |
thor (>= 0.14, < 2.0) | |
jquery-ui-rails (4.2.1) | |
railties (>= 3.2.16) | |
json (1.8.1) | |
kaminari (0.15.1) | |
actionpack (>= 3.0.0) | |
activesupport (>= 3.0.0) | |
listen (2.7.1) | |
celluloid (>= 0.15.2) | |
celluloid-io (>= 0.15.0) | |
rb-fsevent (>= 0.9.3) | |
rb-inotify (>= 0.9) | |
lumberjack (1.0.5) | |
mail (2.5.4) | |
mime-types (~> 1.16) | |
treetop (~> 1.4.8) | |
method_source (0.8.2) | |
mime-types (1.25.1) | |
minitest (5.3.3) | |
mono_logger (1.1.0) | |
multi_json (1.9.2) | |
multipart-post (1.2.0) | |
net-scp (1.2.0) | |
net-ssh (>= 2.6.5) | |
net-ssh (2.8.0) | |
newrelic_rpm (3.7.3.204) | |
nio4r (1.0.0) | |
orm_adapter (0.5.0) | |
pg (0.17.1) | |
polyglot (0.3.4) | |
pry (0.9.12.6) | |
coderay (~> 1.0) | |
method_source (~> 0.8) | |
slop (~> 3.4) | |
pry-rails (0.3.2) | |
pry (>= 0.9.10) | |
quiet_assets (1.0.2) | |
railties (>= 3.1, < 5.0) | |
rack (1.5.2) | |
rack-protection (1.5.3) | |
rack | |
rack-test (0.6.2) | |
rack (>= 1.0) | |
rails (4.1.0) | |
actionmailer (= 4.1.0) | |
actionpack (= 4.1.0) | |
actionview (= 4.1.0) | |
activemodel (= 4.1.0) | |
activerecord (= 4.1.0) | |
activesupport (= 4.1.0) | |
bundler (>= 1.3.0, < 2.0) | |
railties (= 4.1.0) | |
sprockets-rails (~> 2.0) | |
rails-erd (1.1.0) | |
activerecord (>= 3.0) | |
activesupport (>= 3.0) | |
choice (~> 0.1.6) | |
ruby-graphviz (~> 1.0.4) | |
railties (4.1.0) | |
actionpack (= 4.1.0) | |
activesupport (= 4.1.0) | |
rake (>= 0.8.7) | |
thor (>= 0.18.1, < 2.0) | |
rake (10.3.1) | |
rb-fsevent (0.9.4) | |
rb-inotify (0.9.3) | |
ffi (>= 0.5.0) | |
rdoc (4.1.1) | |
json (~> 1.4) | |
redis (3.0.7) | |
redis-namespace (1.4.1) | |
redis (~> 3.0.4) | |
resque (1.25.2) | |
mono_logger (~> 1.0) | |
multi_json (~> 1.0) | |
redis-namespace (~> 1.3) | |
sinatra (>= 0.9.2) | |
vegas (~> 0.1.2) | |
resque_solo (0.1.0) | |
resque (~> 1.25.1) | |
rspec (2.14.1) | |
rspec-core (~> 2.14.0) | |
rspec-expectations (~> 2.14.0) | |
rspec-mocks (~> 2.14.0) | |
rspec-core (2.14.8) | |
rspec-expectations (2.14.5) | |
diff-lcs (>= 1.1.3, < 2.0) | |
rspec-mocks (2.14.6) | |
rspec-rails (2.14.2) | |
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) | |
rspec-webservice_matchers (3.1) | |
excon | |
faraday | |
faraday_middleware | |
rspec (~> 2) | |
ruby-graphviz (1.0.9) | |
sass (3.2.19) | |
sass-rails (4.0.3) | |
railties (>= 4.0.0, < 5.0) | |
sass (~> 3.2.0) | |
sprockets (~> 2.8, <= 2.11.0) | |
sprockets-rails (~> 2.0) | |
sdoc (0.4.0) | |
json (~> 1.8) | |
rdoc (~> 4.0, < 5.0) | |
sinatra (1.4.5) | |
rack (~> 1.4) | |
rack-protection (~> 1.4) | |
tilt (~> 1.3, >= 1.3.4) | |
slop (3.5.0) | |
spring (1.1.2) | |
spring-commands-rspec (1.0.2) | |
spring (>= 0.9.1) | |
sprockets (2.11.0) | |
hike (~> 1.2) | |
multi_json (~> 1.0) | |
rack (~> 1.0) | |
tilt (~> 1.1, != 1.3.0) | |
sprockets-rails (2.1.3) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
sprockets (~> 2.8) | |
sshkit (1.4.0) | |
net-scp (>= 1.1.2) | |
net-ssh (>= 2.8.0) | |
term-ansicolor | |
term-ansicolor (1.3.0) | |
tins (~> 1.0) | |
terminal-notifier-guard (1.5.3) | |
thor (0.19.1) | |
thread_safe (0.3.3) | |
tilt (1.4.1) | |
timecop (0.7.1) | |
timers (1.1.0) | |
tins (1.1.0) | |
treetop (1.4.15) | |
polyglot | |
polyglot (>= 0.3.1) | |
turbolinks (2.2.2) | |
coffee-rails | |
tzinfo (1.1.0) | |
thread_safe (~> 0.1) | |
uglifier (2.5.0) | |
execjs (>= 0.3.0) | |
json (>= 1.8.0) | |
vegas (0.1.11) | |
rack (>= 1.0.0) | |
warden (1.2.3) | |
rack (>= 1.0) | |
whenever (0.9.0) | |
activesupport (>= 2.3.4) | |
chronic (>= 0.6.3) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
annotate | |
bcrypt-ruby | |
better_errors | |
binding_of_caller | |
bootstrap-sass | |
capistrano (~> 3.1.0) | |
capistrano-bundler | |
capistrano-rails | |
capistrano-rvm | |
coffee-rails (~> 4.0.0) | |
debugger | |
devise | |
dotenv-rails | |
fabrication | |
faker | |
figaro | |
font-awesome-sass | |
friendly_id | |
guard-rspec | |
haml | |
jbuilder (~> 2.0) | |
jquery-rails | |
jquery-ui-rails | |
kaminari | |
newrelic_rpm | |
pg | |
pry-rails | |
quiet_assets | |
rails (= 4.1.0) | |
rails-erd | |
resque | |
resque_solo | |
rspec | |
rspec-rails | |
rspec-webservice_matchers | |
sass-rails (~> 4.0.3) | |
sdoc | |
spring | |
spring-commands-rspec | |
terminal-notifier-guard | |
timecop | |
turbolinks | |
uglifier (>= 1.3.0) | |
whenever (= 0.9.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment