Skip to content

Instantly share code, notes, and snippets.

@jerefrer
Created September 30, 2015 14:47
Show Gist options
  • Save jerefrer/69700ea146fcd2590969 to your computer and use it in GitHub Desktop.
Save jerefrer/69700ea146fcd2590969 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '4.2.4'
gem 'rails-i18n'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'slim-rails'
gem 'pg'
gem 'therubyracer', platforms: :ruby
gem 'jquery-rails'
gem 'turbolinks'
gem 'unicorn'
gem 'dotenv-rails'
group :development, :test do
gem 'jazz_fingers'
gem 'quiet_assets'
end
group :development do
gem 'mina', github: 'mina-deploy/mina'
gem 'mina-scp', require: false
gem 'mina-slack', github: 'jerefrer/mina-slack'
gem 'letter_opener'
gem 'web-console', '~> 2.0'
end
# Rspec
group :development, :test do
gem 'rspec-rails'
gem 'rspec-given'
gem 'factory_girl_rails'
gem 'ffaker'
end
# Capybara
group :test do
gem 'capybara', '~> 2.2.1'
gem 'capybara-screenshot'
gem 'email_spec'
gem 'capybara-email'
gem 'timecop'
gem 'launchy'
gem 'database_cleaner'
gem 'poltergeist'
gem 'fuubar'
gem 'ci_reporter'
gem 'simplecov', require: false
gem 'simplecov-csv', require: false
end
# Rails Assets gems
source 'https://rails-assets.org' do
gem 'rails-assets-semantic'
end
gem 'font-awesome-rails'
gem 'sorcery'
gem 'rolify'
gem 'airbrake'
GIT
remote: git://github.com/jerefrer/mina-slack.git
revision: e648ef3eef218ed58fe34ea402569819cc0836c6
specs:
mina-slack (0.0.2)
bundler (~> 1.5)
mina
mina-hooks
rake
GIT
remote: git://github.com/mina-deploy/mina.git
revision: 1a132428341aa4d21d2a16911304c21f4ea26fa4
specs:
mina (0.3.7)
open4 (~> 1.3.4)
rake
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
actionmailer (4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.4)
actionview (= 4.2.4)
activesupport (= 4.2.4)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4)
activesupport (= 4.2.4)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.4)
activesupport (= 4.2.4)
globalid (>= 0.3.0)
activemodel (4.2.4)
activesupport (= 4.2.4)
builder (~> 3.1)
activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
arel (~> 6.0)
activesupport (4.2.4)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.8)
airbrake (4.1.0)
builder
multi_json
arel (6.0.3)
awesome_print (1.6.1)
bcrypt (3.1.10)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (5.0.0)
columnize (= 0.9.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-email (2.3.0)
capybara (~> 2.2.0)
mail
capybara-screenshot (1.0.11)
capybara (>= 1.0, < 3)
launchy
ci_reporter (2.0.0)
builder (>= 2.1.2)
cliver (0.3.2)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1.1)
columnize (0.9.0)
coolline (0.5.0)
unicode_utils (~> 1.4)
database_cleaner (1.5.0)
debug_inspector (0.0.2)
diff-lcs (1.2.5)
docile (1.1.5)
dotenv (2.0.2)
dotenv-rails (2.0.2)
dotenv (= 2.0.2)
railties (~> 4.0)
email_spec (1.6.0)
launchy (~> 2.1)
mail (~> 2.2)
erubis (2.7.0)
execjs (2.6.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
ffaker (2.1.0)
font-awesome-rails (4.4.0.0)
railties (>= 3.2, < 5.0)
fuubar (2.0.0)
rspec (~> 3.0)
ruby-progressbar (~> 1.4)
given_core (3.7.1)
sorcerer (>= 0.3.7)
globalid (0.3.6)
activesupport (>= 4.1.0)
hirb (0.7.3)
i18n (0.7.0)
jazz_fingers (3.0.0)
awesome_print (~> 1.6)
hirb (~> 0.7)
pry (~> 0.10)
pry-byebug (~> 3.1)
pry-coolline (~> 0.2)
pry-doc (~> 0.6)
pry-remote (>= 0.1.7)
jquery-rails (4.0.5)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
jwt (1.0.0)
kgio (2.10.0)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
launchy (~> 2.2)
libv8 (3.16.14.11)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.6.2)
mina-hooks (0.2.1)
mina (~> 0.3)
mina-scp (0.1.2)
mini_portile (0.6.2)
minitest (5.8.1)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
oauth (0.4.7)
oauth2 (0.9.4)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
open4 (1.3.4)
pg (0.18.3)
poltergeist (1.6.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
pry (0.10.2)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.2.0)
byebug (~> 5.0)
pry (~> 0.10)
pry-coolline (0.2.5)
coolline (~> 0.5)
pry-doc (0.8.0)
pry (~> 0.9)
yard (~> 0.8)
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.4)
actionmailer (= 4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
activemodel (= 4.2.4)
activerecord (= 4.2.4)
activesupport (= 4.2.4)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4)
sprockets-rails
rails-assets-jquery (2.1.4)
rails-assets-semantic (2.1.4)
rails-assets-jquery (>= 1.8)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-i18n (4.0.3)
i18n (~> 0.6)
railties (~> 4.0)
railties (4.2.4)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.15.0)
rake (10.4.2)
ref (2.0.0)
rolify (3.5.2)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-given (3.7.1)
given_core (= 3.7.1)
rspec (>= 2.14.0)
rspec-mocks (3.3.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-rails (3.3.3)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
rspec-mocks (~> 3.3.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
ruby-progressbar (1.7.5)
sass (3.4.18)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-csv (0.1.3)
simplecov
simplecov-html (0.10.0)
slim (3.0.6)
temple (~> 0.7.3)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.0.1)
actionmailer (>= 3.1, < 5.0)
actionpack (>= 3.1, < 5.0)
activesupport (>= 3.1, < 5.0)
railties (>= 3.1, < 5.0)
slim (~> 3.0)
slop (3.6.0)
sorcerer (1.0.2)
sorcery (0.8.6)
bcrypt (~> 3.1)
oauth (~> 0.4, >= 0.4.4)
oauth2 (>= 0.8.0, < 1.0.0)
sprockets (3.3.4)
rack (~> 1.0)
sprockets-rails (2.3.3)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
temple (0.7.6)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
timecop (0.8.0)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode_utils (1.4.0)
unicorn (4.9.0)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
web-console (2.2.1)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
websocket-driver (0.6.2)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.8.7.6)
PLATFORMS
ruby
DEPENDENCIES
airbrake
capybara (~> 2.2.1)
capybara-email
capybara-screenshot
ci_reporter
coffee-rails (~> 4.1.0)
database_cleaner
dotenv-rails
email_spec
factory_girl_rails
ffaker
font-awesome-rails
fuubar
jazz_fingers
jquery-rails
launchy
letter_opener
mina!
mina-scp
mina-slack!
pg
poltergeist
quiet_assets
rails (= 4.2.4)
rails-assets-semantic!
rails-i18n
rolify
rspec-given
rspec-rails
sass-rails (~> 5.0)
simplecov
simplecov-csv
slim-rails
sorcery
therubyracer
timecop
turbolinks
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment