Created
August 11, 2017 14:48
-
-
Save Sujimichi/efff3187d77d2623e069992e5c59082e to your computer and use it in GitHub Desktop.
Gemfile info for stackoverflow question
This file contains hidden or 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' | |
| ruby "2.2.5" | |
| gem 'rails', '3.2.22' | |
| gem 'pg', '0.17.0' | |
| gem 'puma' | |
| gem 'platform-api' | |
| gem 'authlogic' | |
| gem 'delayed_job' | |
| gem 'delayed_job_active_record' | |
| gem 'daemons' | |
| gem 'memcachier' | |
| gem 'imgkit' | |
| gem 'jquery-rails' | |
| gem "jquery-ui-rails" | |
| gem 'haml' | |
| gem 'RedCloth' | |
| gem 'dynamic_form' | |
| gem 'rake' | |
| gem 'ruby_dep', '1.3' | |
| gem 'test-unit' | |
| gem 'redis-rails' | |
| group :assets do | |
| gem 'sass-rails', '~> 3.2.6' | |
| gem 'coffee-rails', '~> 3.2.2' | |
| gem 'uglifier', '>= 1.0.3' | |
| end | |
| group :production do | |
| gem 'newrelic_rpm', '3.9.4.245' | |
| gem 'rails_12factor' | |
| end | |
| group :development do | |
| gem 'rak' | |
| gem "guard", :require => false | |
| gem "guard-livereload", :require => false | |
| gem "rack-livereload" | |
| gem 'guard-bundler' | |
| gem 'guard-rails' | |
| gem 'guard-rspec' | |
| end | |
| group :test, :development do | |
| gem 'therubyracer', :platforms => :ruby | |
| gem 'database_cleaner' | |
| gem 'spring' | |
| gem 'spring-commands-rspec' | |
| gem 'capybara' | |
| gem 'cucumber-rails', :require => false | |
| gem 'cucumber' | |
| gem 'escape_utils' | |
| gem 'rspec-rails' | |
| gem 'autotest-rails' | |
| gem 'autotest' | |
| gem 'factory_girl_rails', '1.0' | |
| gem 'rdoc' | |
| end |
This file contains hidden or 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: http://rubygems.org/ | |
| specs: | |
| RedCloth (4.3.2) | |
| ZenTest (4.11.1) | |
| actionmailer (3.2.22) | |
| actionpack (= 3.2.22) | |
| mail (~> 2.5.4) | |
| actionpack (3.2.22) | |
| activemodel (= 3.2.22) | |
| activesupport (= 3.2.22) | |
| builder (~> 3.0.0) | |
| erubis (~> 2.7.0) | |
| journey (~> 1.0.4) | |
| rack (~> 1.4.5) | |
| rack-cache (~> 1.2) | |
| rack-test (~> 0.6.1) | |
| sprockets (~> 2.2.1) | |
| activemodel (3.2.22) | |
| activesupport (= 3.2.22) | |
| builder (~> 3.0.0) | |
| activerecord (3.2.22) | |
| activemodel (= 3.2.22) | |
| activesupport (= 3.2.22) | |
| arel (~> 3.0.2) | |
| tzinfo (~> 0.3.29) | |
| activeresource (3.2.22) | |
| activemodel (= 3.2.22) | |
| activesupport (= 3.2.22) | |
| activesupport (3.2.22) | |
| i18n (~> 0.6, >= 0.6.4) | |
| multi_json (~> 1.0) | |
| addressable (2.5.1) | |
| public_suffix (~> 2.0, >= 2.0.2) | |
| arel (3.0.3) | |
| authlogic (3.6.0) | |
| activerecord (>= 3.2, < 5.2) | |
| activesupport (>= 3.2, < 5.2) | |
| request_store (~> 1.0) | |
| scrypt (>= 1.2, < 4.0) | |
| autotest (4.4.6) | |
| ZenTest (>= 4.4.1) | |
| autotest-rails (4.2.1) | |
| ZenTest (~> 4.5) | |
| builder (3.0.4) | |
| capybara (2.15.0) | |
| addressable | |
| mini_mime (>= 0.1.3) | |
| nokogiri (>= 1.3.3) | |
| rack (>= 1.0.0) | |
| rack-test (>= 0.5.4) | |
| xpath (~> 2.0) | |
| coderay (1.1.1) | |
| coffee-rails (3.2.2) | |
| coffee-script (>= 2.2.0) | |
| railties (~> 3.2.0) | |
| coffee-script (2.4.1) | |
| coffee-script-source | |
| execjs | |
| coffee-script-source (1.12.2) | |
| cucumber (2.4.0) | |
| builder (>= 2.1.2) | |
| cucumber-core (~> 1.5.0) | |
| cucumber-wire (~> 0.0.1) | |
| diff-lcs (>= 1.1.3) | |
| gherkin (~> 4.0) | |
| multi_json (>= 1.7.5, < 2.0) | |
| multi_test (>= 0.1.2) | |
| cucumber-core (1.5.0) | |
| gherkin (~> 4.0) | |
| cucumber-rails (1.4.5) | |
| capybara (>= 1.1.2, < 3) | |
| cucumber (>= 1.3.8, < 4) | |
| mime-types (>= 1.16, < 4) | |
| nokogiri (~> 1.5) | |
| railties (>= 3, < 5.1) | |
| cucumber-wire (0.0.1) | |
| daemons (1.2.4) | |
| database_cleaner (1.6.1) | |
| delayed_job (4.1.3) | |
| activesupport (>= 3.0, < 5.2) | |
| delayed_job_active_record (4.1.2) | |
| activerecord (>= 3.0, < 5.2) | |
| delayed_job (>= 3.0, < 5) | |
| diff-lcs (1.3) | |
| dynamic_form (1.1.4) | |
| em-websocket (0.5.1) | |
| eventmachine (>= 0.12.9) | |
| http_parser.rb (~> 0.6.0) | |
| erubis (2.7.0) | |
| escape_utils (1.2.1) | |
| eventmachine (1.2.5) | |
| excon (0.58.0) | |
| execjs (2.7.0) | |
| factory_girl (1.3.3) | |
| factory_girl_rails (1.0) | |
| factory_girl (~> 1.3) | |
| rails (>= 3.0.0.beta4) | |
| ffi (1.9.18) | |
| ffi-compiler (1.0.1) | |
| ffi (>= 1.0.0) | |
| rake | |
| formatador (0.2.5) | |
| gherkin (4.1.3) | |
| guard (2.14.1) | |
| formatador (>= 0.2.4) | |
| listen (>= 2.7, < 4.0) | |
| lumberjack (~> 1.0) | |
| nenv (~> 0.1) | |
| notiffany (~> 0.0) | |
| pry (>= 0.9.12) | |
| shellany (~> 0.0) | |
| thor (>= 0.18.1) | |
| guard-bundler (2.1.0) | |
| bundler (~> 1.0) | |
| guard (~> 2.2) | |
| guard-compat (~> 1.1) | |
| guard-compat (1.2.1) | |
| guard-livereload (2.5.2) | |
| em-websocket (~> 0.5) | |
| guard (~> 2.8) | |
| guard-compat (~> 1.0) | |
| multi_json (~> 1.8) | |
| guard-rails (0.8.0) | |
| guard (~> 2.11) | |
| guard-compat (~> 1.0) | |
| guard-rspec (4.7.3) | |
| guard (~> 2.1) | |
| guard-compat (~> 1.1) | |
| rspec (>= 2.99.0, < 4.0) | |
| haml (5.0.2) | |
| temple (>= 0.8.0) | |
| tilt | |
| heroics (0.0.23) | |
| erubis (~> 2.0) | |
| excon | |
| multi_json (>= 1.9.2) | |
| hike (1.2.3) | |
| http_parser.rb (0.6.0) | |
| i18n (0.8.6) | |
| imgkit (1.6.1) | |
| journey (1.0.4) | |
| jquery-rails (3.1.4) | |
| railties (>= 3.0, < 5.0) | |
| thor (>= 0.14, < 2.0) | |
| jquery-ui-rails (6.0.1) | |
| railties (>= 3.2.16) | |
| json (1.8.6) | |
| libv8 (3.16.14.19) | |
| listen (3.1.5) | |
| rb-fsevent (~> 0.9, >= 0.9.4) | |
| rb-inotify (~> 0.9, >= 0.9.7) | |
| ruby_dep (~> 1.2) | |
| lumberjack (1.0.12) | |
| mail (2.5.5) | |
| mime-types (~> 1.16) | |
| treetop (~> 1.4.8) | |
| memcachier (0.0.2) | |
| method_source (0.8.2) | |
| mime-types (1.25.1) | |
| mini_mime (0.1.3) | |
| mini_portile2 (2.2.0) | |
| moneta (0.8.1) | |
| multi_json (1.12.1) | |
| multi_test (0.1.2) | |
| nenv (0.3.0) | |
| newrelic_rpm (3.9.4.245) | |
| nokogiri (1.8.0) | |
| mini_portile2 (~> 2.2.0) | |
| notiffany (0.1.1) | |
| nenv (~> 0.1) | |
| shellany (~> 0.0) | |
| pg (0.17.0) | |
| platform-api (2.1.0) | |
| heroics (~> 0.0.23) | |
| moneta (~> 0.8.1) | |
| polyglot (0.3.5) | |
| power_assert (1.0.2) | |
| pry (0.10.4) | |
| coderay (~> 1.1.0) | |
| method_source (~> 0.8.1) | |
| slop (~> 3.4) | |
| public_suffix (2.0.5) | |
| puma (3.9.1) | |
| rack (1.4.7) | |
| rack-cache (1.7.0) | |
| rack (>= 0.4) | |
| rack-livereload (0.3.16) | |
| rack | |
| rack-ssl (1.3.4) | |
| rack | |
| rack-test (0.6.3) | |
| rack (>= 1.0) | |
| rails (3.2.22) | |
| actionmailer (= 3.2.22) | |
| actionpack (= 3.2.22) | |
| activerecord (= 3.2.22) | |
| activeresource (= 3.2.22) | |
| activesupport (= 3.2.22) | |
| bundler (~> 1.0) | |
| railties (= 3.2.22) | |
| 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 (3.2.22) | |
| actionpack (= 3.2.22) | |
| activesupport (= 3.2.22) | |
| rack-ssl (~> 1.3.2) | |
| rake (>= 0.8.7) | |
| rdoc (~> 3.4) | |
| thor (>= 0.14.6, < 2.0) | |
| rak (1.4) | |
| rake (12.0.0) | |
| rb-fsevent (0.10.2) | |
| rb-inotify (0.9.10) | |
| ffi (>= 0.5.0, < 2) | |
| rdoc (3.12.2) | |
| json (~> 1.4) | |
| redis (3.3.3) | |
| redis-actionpack (3.2.4) | |
| actionpack (~> 3.2.0) | |
| redis-rack (~> 1.4.4) | |
| redis-store (~> 1.1.4) | |
| redis-activesupport (3.2.5) | |
| activesupport (~> 3.2.0) | |
| redis-store (~> 1.1.0) | |
| redis-rack (1.4.4) | |
| rack (~> 1.4.0) | |
| redis-store (~> 1.1.4) | |
| redis-rails (3.2.4) | |
| redis-actionpack (~> 3.2.4) | |
| redis-activesupport (~> 3.2.4) | |
| redis-store (~> 1.1.4) | |
| redis-store (1.1.7) | |
| redis (>= 2.2) | |
| ref (2.0.0) | |
| request_store (1.3.2) | |
| rspec (3.6.0) | |
| rspec-core (~> 3.6.0) | |
| rspec-expectations (~> 3.6.0) | |
| rspec-mocks (~> 3.6.0) | |
| rspec-core (3.6.0) | |
| rspec-support (~> 3.6.0) | |
| rspec-expectations (3.6.0) | |
| diff-lcs (>= 1.2.0, < 2.0) | |
| rspec-support (~> 3.6.0) | |
| rspec-mocks (3.6.0) | |
| diff-lcs (>= 1.2.0, < 2.0) | |
| rspec-support (~> 3.6.0) | |
| rspec-rails (3.6.0) | |
| actionpack (>= 3.0) | |
| activesupport (>= 3.0) | |
| railties (>= 3.0) | |
| rspec-core (~> 3.6.0) | |
| rspec-expectations (~> 3.6.0) | |
| rspec-mocks (~> 3.6.0) | |
| rspec-support (~> 3.6.0) | |
| rspec-support (3.6.0) | |
| ruby_dep (1.3.0) | |
| sass (3.5.1) | |
| sass-listen (~> 4.0.0) | |
| sass-listen (4.0.0) | |
| rb-fsevent (~> 0.9, >= 0.9.4) | |
| rb-inotify (~> 0.9, >= 0.9.7) | |
| sass-rails (3.2.6) | |
| railties (~> 3.2.0) | |
| sass (>= 3.1.10) | |
| tilt (~> 1.3) | |
| scrypt (3.0.5) | |
| ffi-compiler (>= 1.0, < 2.0) | |
| shellany (0.0.1) | |
| slop (3.6.0) | |
| spring (1.7.2) | |
| spring-commands-rspec (1.0.4) | |
| spring (>= 0.9.1) | |
| sprockets (2.2.3) | |
| hike (~> 1.2) | |
| multi_json (~> 1.0) | |
| rack (~> 1.0) | |
| tilt (~> 1.1, != 1.3.0) | |
| temple (0.8.0) | |
| test-unit (3.2.5) | |
| power_assert | |
| therubyracer (0.12.3) | |
| libv8 (~> 3.16.14.15) | |
| ref | |
| thor (0.19.4) | |
| tilt (1.4.1) | |
| treetop (1.4.15) | |
| polyglot | |
| polyglot (>= 0.3.1) | |
| tzinfo (0.3.53) | |
| uglifier (3.2.0) | |
| execjs (>= 0.3.0, < 3) | |
| xpath (2.1.0) | |
| nokogiri (~> 1.3) | |
| PLATFORMS | |
| ruby | |
| DEPENDENCIES | |
| RedCloth | |
| authlogic | |
| autotest | |
| autotest-rails | |
| capybara | |
| coffee-rails (~> 3.2.2) | |
| cucumber | |
| cucumber-rails | |
| daemons | |
| database_cleaner | |
| delayed_job | |
| delayed_job_active_record | |
| dynamic_form | |
| escape_utils | |
| factory_girl_rails (= 1.0) | |
| guard | |
| guard-bundler | |
| guard-livereload | |
| guard-rails | |
| guard-rspec | |
| haml | |
| imgkit | |
| jquery-rails | |
| jquery-ui-rails | |
| memcachier | |
| newrelic_rpm (= 3.9.4.245) | |
| pg (= 0.17.0) | |
| platform-api | |
| puma | |
| rack-livereload | |
| rails (= 3.2.22) | |
| rails_12factor | |
| rak | |
| rake | |
| rdoc | |
| redis-rails | |
| rspec-rails | |
| ruby_dep (= 1.3) | |
| sass-rails (~> 3.2.6) | |
| spring | |
| spring-commands-rspec | |
| test-unit | |
| therubyracer | |
| uglifier (>= 1.0.3) | |
| RUBY VERSION | |
| ruby 2.2.5p319 | |
| BUNDLED WITH | |
| 1.15.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment