Skip to content

Instantly share code, notes, and snippets.

@Fivell
Created January 31, 2017 21:05
Show Gist options
  • Save Fivell/53179f8f74f9385ae0fc96a5acf3c66c to your computer and use it in GitHub Desktop.
Save Fivell/53179f8f74f9385ae0fc96a5acf3c66c to your computer and use it in GitHub Desktop.
env.txt
bundle env
## Environment
```
Bundler 1.14.3
Rubygems 2.6.10
Ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin15]
GEM_HOME /Users/igor/.rvm/gems/ruby-2.4.0
GEM_PATH /Users/igor/.rvm/gems/ruby-2.4.0:/Users/igor/.rvm/gems/ruby-2.4.0@global
RVM 1.28.0 (master)
Git 2.9.3 (Apple Git-75)
Platform x86_64-darwin-15
rubygems-bundler (1.4.4)
```
## Bundler settings
```
gem.coc
Set for the current user (/Users/igor/.bundle/config): "true"
gem.mit
Set for the current user (/Users/igor/.bundle/config): "true"
gem.test
Set for the current user (/Users/igor/.bundle/config): "rspec"
build.nokogiri
Set for the current user (/Users/igor/.bundle/config): "--use-system-libraries"
path
Set for your local app (/Users/igor/Projects/ruby/gems/activeadmin/.bundle/config): "vendor/bundle"
without
Set for your local app (/Users/igor/Projects/ruby/gems/activeadmin/.bundle/config): "development"
disable_shared_gems
Set for your local app (/Users/igor/Projects/ruby/gems/activeadmin/.bundle/config): "true"
```
## Gemfile
### Gemfile
```ruby
source 'https://rubygems.org'
# Optional dependencies
gem 'cancan'
gem 'pundit'
# Until https://github.com/erikhuda/thor/issues/538 fixed
gem 'thor', '<= 0.19.1'
# Utility gems used in both development & test environments
gem 'rake'
gem 'parallel_tests', '< 2.10' #2.10 requires ruby '>= 2.0.0'
# Debugging
gem 'pry' # Easily debug from your console with `binding.pry`
group :development do
# Debugging
gem 'better_errors', # Web UI to debug exceptions. Go to /__better_errors to access the latest one
platforms: [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :ruby_24]
gem 'binding_of_caller', platforms: :mri # Retrieve the binding of a method's caller in MRI Ruby >= 1.9.2
# Performance
gem 'rack-mini-profiler' # Inline app profiler. See ?pp=help for options.
# Documentation
gem 'yard' # Documentation generator
gem 'redcarpet', platforms: :mri # Markdown implementation (for yard)
gem 'kramdown', platforms: :jruby # Markdown implementation (for yard)
gem 'appraisal', require: false
end
group :test do
gem 'capybara'
gem 'simplecov', require: false # Test coverage generator. Go to /coverage/ after running tests
gem 'codecov', require: false # Test coverage website. Go to https://codecov.io
gem 'cucumber-rails', require: false
gem 'cucumber', '1.3.20'
gem 'database_cleaner'
gem 'jasmine'
gem 'jslint_on_rails'
gem 'launchy'
gem 'rails-i18n' # Provides default i18n for many languages
gem 'rspec-rails'
gem 'i18n-spec'
gem 'shoulda-matchers', '<= 2.8.0'
gem 'sqlite3', platforms: :mri
gem 'activerecord-jdbcsqlite3-adapter', platforms: :jruby
gem 'poltergeist'
end
```
### Gemfile.lock
```
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.22.5)
actionpack (= 3.2.22.5)
mail (~> 2.5.4)
actionpack (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
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.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activerecord (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.4.0)
appraisal (2.1.0)
bundler
rake
thor (>= 0.14.0)
arel (3.0.3)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.0.4)
cancan (1.6.10)
capybara (2.12.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
cliver (0.3.2)
codecov (0.1.9)
json
simplecov
url
coderay (1.1.1)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
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)
database_cleaner (1.5.3)
debug_inspector (0.0.2)
diff-lcs (1.3)
docile (1.1.5)
erubis (2.7.0)
gherkin (2.12.2)
multi_json (~> 1.3)
hike (1.2.3)
i18n (0.7.0)
i18n-spec (0.6.0)
iso
iso (0.2.2)
i18n
jasmine (2.5.1)
jasmine-core (>= 2.5.1, < 3.0.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (2.5.2)
journey (1.0.4)
jslint_on_rails (1.1.1)
json (1.8.6)
launchy (2.4.3)
addressable (~> 2.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.2)
mime-types (1.25.1)
mini_portile2 (2.1.0)
multi_json (1.12.1)
multi_test (0.1.2)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
parallel (1.10.0)
parallel_tests (2.9.0)
parallel
phantomjs (2.1.1.0)
poltergeist (1.13.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
polyglot (0.3.5)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pundit (1.1.0)
activesupport (>= 3.0.0)
rack (1.4.7)
rack-cache (1.7.0)
rack (>= 0.4)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22.5)
actionmailer (= 3.2.22.5)
actionpack (= 3.2.22.5)
activerecord (= 3.2.22.5)
activeresource (= 3.2.22.5)
activesupport (= 3.2.22.5)
bundler (~> 1.0)
railties (= 3.2.22.5)
rails-i18n (3.0.1)
i18n (~> 0.5)
rails (>= 3.0.0, < 4.0.0)
railties (3.2.22.5)
actionpack (= 3.2.22.5)
activesupport (= 3.2.22.5)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (12.0.0)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (3.4.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
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)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.13)
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.52)
url (0.3.2)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.9.8)
PLATFORMS
ruby
DEPENDENCIES
activerecord-jdbcsqlite3-adapter
appraisal
better_errors
binding_of_caller
cancan
capybara
codecov
cucumber (= 1.3.20)
cucumber-rails
database_cleaner
i18n-spec
jasmine
jslint_on_rails
kramdown
launchy
parallel_tests (< 2.10)
poltergeist
pry
pundit
rack-mini-profiler
rails-i18n
rake
redcarpet
rspec-rails
shoulda-matchers (<= 2.8.0)
simplecov
sqlite3
thor (<= 0.19.1)
yard
BUNDLED WITH
1.14.3
```
Igors-MacBook-Pro:activeadmin igor$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment