Skip to content

Instantly share code, notes, and snippets.

@datanoise
Created January 24, 2017 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datanoise/ea2069a2fa8773a4782c1d20594d805b to your computer and use it in GitHub Desktop.
Save datanoise/ea2069a2fa8773a4782c1d20594d805b to your computer and use it in GitHub Desktop.
## Environment
```
Bundler 1.14.2
Rubygems 2.6.8
Ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
Git 2.11.0
Platform x86_64-darwin-16
```
```
## Gemfile
### Gemfile
```ruby
source 'https://rubygems.org'
gem 'rails', '5.0.1'
gem 'mysql2'
gem 'bcrypt'
gem 'jbuilder'
gem 'progress'
gem 'prawn'
gem 'prawn-table'
gem 'prawn-svg'
gem 'axlsx'
gem 'exception_notification'
gem 'systemu'
gem 'chunky_png'
gem 'barby'
gem 'thor', '0.19.1'
gem 'gpx'
# locked version number to avoid DEPRECATION warning.
# if we need to upgrade rake, we have to upgrade rspec as well
gem 'rake', '= 10.5.0'
group :development do
gem 'execjs', '1.4.0'
gem 'puma'
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin, :x64_mingw]
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '~> 3.0.5'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
end
group :test, :development do
gem 'pry'
gem 'pry-doc'
gem 'pry-rails'
gem 'pry-nav'
gem 'rspec-rails', '= 2.14.2'
gem 'test-unit'
end
```
### Gemfile.lock
```
GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.1)
actionpack (= 5.0.1)
nio4r (~> 1.2)
websocket-driver (~> 0.6.1)
actionmailer (5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.0.1)
actionview (= 5.0.1)
activesupport (= 5.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.1)
activesupport (= 5.0.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (5.0.1)
activesupport (= 5.0.1)
globalid (>= 0.3.6)
activemodel (5.0.1)
activesupport (= 5.0.1)
activerecord (5.0.1)
activemodel (= 5.0.1)
activesupport (= 5.0.1)
arel (~> 7.0)
activesupport (5.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
axlsx (2.0.1)
htmlentities (~> 4.3.1)
nokogiri (>= 1.4.1)
rubyzip (~> 1.0.0)
barby (0.6.5)
bcrypt (3.1.11)
bcrypt (3.1.11-x86-mingw32)
builder (3.2.3)
byebug (9.0.6)
chunky_png (1.3.8)
coderay (1.1.1)
concurrent-ruby (1.0.4)
css_parser (1.4.7)
addressable
debug_inspector (0.0.2)
diff-lcs (1.3)
erubis (2.7.0)
exception_notification (4.2.1)
actionmailer (>= 4.0, < 6)
activesupport (>= 4.0, < 6)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.9.17)
ffi (1.9.17-x86-mingw32)
globalid (0.3.7)
activesupport (>= 4.1.0)
gpx (0.9.0)
nokogiri (~> 1.7)
rake
htmlentities (4.3.4)
i18n (0.7.0)
jbuilder (2.6.1)
activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2)
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)
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.10.1)
multi_json (1.12.1)
mysql2 (0.4.5)
mysql2 (0.4.5-x86-mingw32)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
nokogiri (1.7.0.1-x86-mingw32)
mini_portile2 (~> 2.1.0)
pdf-core (0.6.1)
power_assert (0.4.1)
prawn (2.1.0)
pdf-core (~> 0.6.1)
ttfunk (~> 1.4.0)
prawn-svg (0.26.0)
css_parser (~> 1.3)
prawn (>= 0.11.1, < 3)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
progress (3.2.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-doc (0.10.0)
pry (~> 0.9)
yard (~> 0.9)
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
pry-rails (0.3.4)
pry (>= 0.9.10)
public_suffix (2.0.5)
puma (3.6.2)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.1)
actioncable (= 5.0.1)
actionmailer (= 5.0.1)
actionpack (= 5.0.1)
actionview (= 5.0.1)
activejob (= 5.0.1)
activemodel (= 5.0.1)
activerecord (= 5.0.1)
activesupport (= 5.0.1)
bundler (>= 1.3.0, < 2.0)
railties (= 5.0.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.2)
activesupport (>= 4.2.0, < 6.0)
nokogiri (~> 1.6)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.0.1)
actionpack (= 5.0.1)
activesupport (= 5.0.1)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.5.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.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)
rubyzip (1.0.0)
slop (3.6.0)
spring (2.0.1)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.0)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
systemu (2.6.5)
test-unit (3.2.3)
power_assert
thor (0.19.1)
thread_safe (0.3.5)
ttfunk (1.4.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2016.10)
tzinfo (>= 1.0.0)
wdm (0.1.1)
web-console (3.4.0)
actionview (>= 5.0)
activemodel (>= 5.0)
debug_inspector
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
yard (0.9.8)
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
axlsx
barby
bcrypt
byebug
chunky_png
exception_notification
execjs (= 1.4.0)
gpx
jbuilder
listen (~> 3.0.5)
mysql2
prawn
prawn-svg
prawn-table
progress
pry
pry-doc
pry-nav
pry-rails
puma
rails (= 5.0.1)
rake (= 10.5.0)
rspec-rails (= 2.14.2)
spring
spring-watcher-listen (~> 2.0.0)
systemu
test-unit
thor (= 0.19.1)
tzinfo-data
wdm (>= 0.1.0)
web-console (>= 3.3.0)
BUNDLED WITH
1.13.7
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment