Skip to content

Commit

Permalink
Update schema.rb dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed May 9, 2017
1 parent 12b0ba9 commit 6417c48
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 164 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ source "http://rubygems.org"
gemspec

group :development, :test do
gem 'rails', '5.0.2'

# Needed because not everyone cuts gems apparently
gem 'refile', git: 'https://github.com/refile/refile.git'
gem 'refile-mini_magick', git: 'https://github.com/refile/refile-mini_magick.git'

gem 'rails-controller-testing'
gem 'minitest-reporters'
gem 'pg'
Expand Down
90 changes: 67 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
GIT
remote: https://github.com/refile/refile-mini_magick.git
revision: 27b6c6c7affcc302a59068b8b3f458cb147c2fa6
specs:
refile-mini_magick (0.2.0)
image_processing (>= 0.4.1, < 1.0)
mini_magick (>= 4.3.5)
refile (~> 0.5)

GIT
remote: https://github.com/refile/refile.git
revision: d7a42dcd7cf631ba94b01231f535bda061f6af92
specs:
refile (0.6.2)
mime-types
rest-client (~> 1.8)
sinatra (>= 1.4.5)

PATH
remote: .
specs:
Expand All @@ -15,6 +33,8 @@ PATH
mini_magick
rack-rewrite (~> 1.5.0)
rails (>= 5.0)
refile
refile-mini_magick
sass-rails
turbolinks (~> 5)

Expand Down Expand Up @@ -58,7 +78,7 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ancestry (2.2.2)
activerecord (>= 3.0.0)
Expand All @@ -67,12 +87,12 @@ GEM
bcrypt (3.1.11)
breadcrumbs_on_rails (3.0.1)
builder (3.2.3)
carrierwave (1.0.0)
carrierwave (1.1.0)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
codeclimate-test-reporter (1.0.7)
simplecov
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
coffee-rails (4.2.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.2.x)
Expand All @@ -82,28 +102,34 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
docile (1.1.5)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
execjs (2.7.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
globalid (0.4.0)
activesupport (>= 4.2.0)
globalize (5.1.0.beta1)
activemodel (>= 4.2, < 5.1)
activerecord (>= 4.2, < 5.1)
request_store (~> 1.0)
haml (4.0.7)
haml (5.0.1)
temple (>= 0.8.0)
tilt
haml-rails (0.9.0)
haml-rails (1.0.0)
actionpack (>= 4.0.1)
activesupport (>= 4.0.1)
haml (>= 4.0.6, < 5.0)
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
html2haml (2.1.0)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (~> 4.0)
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (0.8.1)
image_processing (0.4.1)
jquery-fileupload-rails (0.4.7)
actionpack (>= 3.1)
railties (>= 3.1)
Expand All @@ -112,7 +138,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.0.3)
json (2.1.0)
kaminari (1.0.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.0.1)
Expand All @@ -131,26 +157,28 @@ GEM
launchy (~> 2.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mail (2.6.5)
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_magick (4.6.1)
mime-types (2.99.3)
mini_magick (4.7.0)
mini_portile2 (2.1.0)
minitest (5.10.1)
minitest-reporters (1.1.14)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mustermann (1.0.0)
netrc (0.11.0)
nio4r (2.0.0)
nokogiri (1.7.0.1)
nokogiri (1.7.1)
mini_portile2 (~> 2.1.0)
pg (0.20.0)
public_suffix (2.0.5)
rack (2.0.1)
rack (2.0.2)
rack-protection (2.0.0)
rack
rack-rewrite (1.5.1)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -183,8 +211,12 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (12.0.0)
request_store (1.3.2)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
ruby-progressbar (1.8.1)
ruby_parser (3.8.4)
ruby_parser (3.9.0)
sexp_processor (~> 4.1)
sass (3.4.23)
sass-rails (5.0.6)
Expand All @@ -193,27 +225,36 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sexp_processor (4.8.0)
sexp_processor (4.9.0)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (2.0.0)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
tilt (~> 2.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)
temple (0.8.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.7)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
Expand All @@ -226,7 +267,10 @@ DEPENDENCIES
letter_opener
minitest-reporters
pg
rails (= 5.0.2)
rails-controller-testing
refile!
refile-mini_magick!
simplecov
spina!

Expand Down

This file was deleted.

Loading

0 comments on commit 6417c48

Please sign in to comment.