Skip to content

Instantly share code, notes, and snippets.

@sue445
Last active August 14, 2016 15:43
Show Gist options
  • Save sue445/edcc21cbe563be694fc23be55708183f to your computer and use it in GitHub Desktop.
Save sue445/edcc21cbe563be694fc23be55708183f to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
ruby '2.3.1'
gem 'rails', '5.0.0.1'
gem 'activeadmin', "1.0.0.pre4"
gem 'activerecord-simple_index_name'
gem 'coffee-rails', '~> 4.2'
gem 'devise'
gem 'foreman'
# TODO: actionpack 5対応版がまだリリースされたらgem版を使う
gem 'inherited_resources', github: "josevalim/inherited_resources"
gem 'global'
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'komachi_heartbeat'
gem 'less-rails-bootstrap'
gem 'newrelic_rpm'
gem 'omniauth-twitter'
gem 'puma'
gem 'rollbar'
gem 'sass-rails', '~> 5.0.6'
gem 'slim-rails'
gem 'therubyracer'
gem 'twitter'
gem 'uglifier', '>= 1.3.0'
group :development do
gem 'annotate'
gem 'heart_seed', group: :production
gem 'index_shotgun', group: :production
gem 'listen', '~> 3.0.5'
gem 'pry-byebug', group: :test
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'sqlite3', group: :test
gem 'web-console'
end
group :test do
gem 'factory_girl_rails', group: :development
gem 'rails-controller-testing'
gem 'rspec-its'
gem 'rspec-json_matcher'
gem 'rspec-rails', group: :development
gem 'timecop'
end
group :production do
gem 'pg', '~> 0.18', group: :test
gem 'rails_12factor'
end
GIT
remote: git://github.com/josevalim/inherited_resources.git
revision: 4434f0ae72f790cf371728838c927c338100555d
specs:
inherited_resources (1.6.0)
actionpack (>= 3.2, < 5.1)
has_scope (~> 0.6)
railties (>= 3.2, < 5.1)
responders
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.0.1)
actionpack (= 5.0.0.1)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.0.1)
actionpack (= 5.0.0.1)
actionview (= 5.0.0.1)
activejob (= 5.0.0.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.0.1)
actionview (= 5.0.0.1)
activesupport (= 5.0.0.1)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.0.0.1)
activesupport (= 5.0.0.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activeadmin (1.0.0.pre4)
arbre (~> 1.0, >= 1.0.2)
bourbon
coffee-rails
formtastic (~> 3.1)
formtastic_i18n
inherited_resources (~> 1.6)
jquery-rails
jquery-ui-rails
kaminari (~> 0.15)
rails (>= 3.2, < 5.1)
ransack (~> 1.3)
sass-rails
sprockets (< 4)
activejob (5.0.0.1)
activesupport (= 5.0.0.1)
globalid (>= 0.3.6)
activemodel (5.0.0.1)
activesupport (= 5.0.0.1)
activerecord (5.0.0.1)
activemodel (= 5.0.0.1)
activesupport (= 5.0.0.1)
arel (~> 7.0)
activerecord-import (0.15.0)
activerecord (>= 3.2)
activerecord-simple_index_name (0.3.0)
activerecord
activesupport
activesupport (5.0.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.4.0)
annotate (2.7.1)
activerecord (>= 3.2, < 6.0)
rake (>= 10.4, < 12.0)
arbre (1.1.1)
activesupport (>= 3.0.0)
arel (7.1.1)
awesome_print (1.7.0)
bcrypt (3.1.11)
bourbon (4.2.7)
sass (~> 3.4)
thor (~> 0.19)
buftok (0.2.0)
builder (3.2.2)
byebug (9.0.5)
coderay (1.1.1)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.10.0)
commonjs (0.2.7)
concurrent-ruby (1.0.2)
debug_inspector (0.0.2)
devise (4.2.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
responders
warden (~> 1.2.3)
diff-lcs (1.2.5)
domain_name (0.5.20160615)
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.10)
erubis (2.7.0)
execjs (2.7.0)
factory_girl (4.7.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.7.0)
factory_girl (~> 4.7.0)
railties (>= 3.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.14)
foreman (0.82.0)
thor (~> 0.19.1)
formtastic (3.1.4)
actionpack (>= 3.2.13)
formtastic_i18n (0.6.0)
global (0.1.2)
activesupport (>= 2.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
has_scope (0.7.0)
actionpack (>= 4.1, < 5.1)
activesupport (>= 4.1, < 5.1)
hashie (3.4.4)
heart_seed (0.1.0)
activerecord (>= 3.0.0)
activerecord-import
activesupport (>= 3.0.0)
roo (>= 2.0.0)
http (1.0.4)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
http-form_data (1.0.1)
http_parser.rb (0.6.0)
i18n (0.7.0)
index_shotgun (0.3.0)
activerecord
thor
jbuilder (2.6.0)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
jquery-rails (4.1.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
komachi_heartbeat (2.2.0)
rails (>= 3.2.11)
redis
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (2.7.1)
actionpack (>= 4.0)
less (~> 2.6.0)
sprockets (> 2, < 4)
tilt
less-rails-bootstrap (3.3.5.0)
less-rails (>= 2.6, <= 2.8)
libv8 (3.16.14.15)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
memoizable (0.4.2)
thread_safe (~> 0.3, >= 0.3.1)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
multi_json (1.12.1)
multipart-post (2.0.0)
naught (1.1.0)
newrelic_rpm (3.16.0.318)
nio4r (1.2.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
oauth (0.5.1)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth-oauth (1.1.0)
oauth
omniauth (~> 1.0)
omniauth-twitter (1.2.1)
json (~> 1.3)
omniauth-oauth (~> 1.1)
orm_adapter (0.5.0)
pg (0.18.4)
pkg-config (1.1.7)
polyamorous (1.3.1)
activerecord (>= 3.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
puma (3.6.0)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.0.1)
actioncable (= 5.0.0.1)
actionmailer (= 5.0.0.1)
actionpack (= 5.0.0.1)
actionview (= 5.0.0.1)
activejob (= 5.0.0.1)
activemodel (= 5.0.0.1)
activerecord (= 5.0.0.1)
activesupport (= 5.0.0.1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.0.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.0)
actionpack (~> 5.x)
actionview (~> 5.x)
activesupport (~> 5.x)
rails-dom-testing (2.0.1)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6.0)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.0.0.1)
actionpack (= 5.0.0.1)
activesupport (= 5.0.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.2.2)
ransack (1.8.2)
actionpack (>= 3.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
i18n
polyamorous (~> 1.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redis (3.3.1)
ref (2.0.0)
responders (2.2.0)
railties (>= 4.2.0, < 5.1)
rollbar (2.12.0)
multi_json
roo (2.4.0)
nokogiri (~> 1)
rubyzip (~> 1.1, < 2.0.0)
rspec-core (3.5.2)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-json_matcher (0.1.5)
awesome_print
json
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubyzip (1.2.0)
sass (3.4.22)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
simple_oauth (0.3.1)
slim (3.0.7)
temple (~> 0.7.6)
tilt (>= 1.3.3, < 2.1)
slim-rails (3.1.0)
actionpack (>= 3.1)
railties (>= 3.1)
slim (~> 3.0)
slop (3.6.0)
spring (1.7.2)
spring-watcher-listen (2.0.0)
listen (>= 2.7, < 4.0)
spring (~> 1.2)
sprockets (3.7.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.1.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
temple (0.7.7)
therubyracer (0.12.2)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.5)
timecop (0.8.1)
twitter (5.16.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
equalizer (= 0.0.10)
faraday (~> 0.9.0)
http (~> 1.0)
http_parser.rb (~> 0.6.0)
json (~> 1.8)
memoizable (~> 0.4.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.1)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
warden (1.2.6)
rack (>= 1.0)
web-console (3.3.1)
actionview (>= 5.0)
activemodel (>= 5.0)
debug_inspector
railties (>= 5.0)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
PLATFORMS
ruby
DEPENDENCIES
activeadmin (= 1.0.0.pre4)
activerecord-simple_index_name
annotate
coffee-rails (~> 4.2)
devise
factory_girl_rails
foreman
global
heart_seed
index_shotgun
inherited_resources!
jbuilder (~> 2.5)
jquery-rails
komachi_heartbeat
less-rails-bootstrap
listen (~> 3.0.5)
newrelic_rpm
omniauth-twitter
pg (~> 0.18)
pry-byebug
puma
rails (= 5.0.0.1)
rails-controller-testing
rails_12factor
rollbar
rspec-its
rspec-json_matcher
rspec-rails
sass-rails (~> 5.0.6)
slim-rails
spring
spring-watcher-listen (~> 2.0.0)
sqlite3
therubyracer
timecop
twitter
uglifier (>= 1.3.0)
web-console
RUBY VERSION
ruby 2.3.1p112
BUNDLED WITH
1.12.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment