Skip to content

Commit

Permalink
Develop with latest rails by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 12, 2017
1 parent 4cc8ced commit a7fc2ca
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 40 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Expand Up @@ -2,9 +2,8 @@ source 'https://rubygems.org'

gemspec

gem 'rails', '~> 5.0'

gem 'mocha'
gem 'minitest-rg'

group :test do
gem 'strong_parameters'
end
gem 'rails-controller-testing'
138 changes: 102 additions & 36 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.6.0)
inherited_resources (1.7.0)
actionpack (>= 3.2, < 5.1)
has_scope (~> 0.6)
railties (>= 3.2, < 5.1)
Expand All @@ -10,56 +10,118 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (4.1.5)
actionview (= 4.1.5)
activesupport (= 4.1.5)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.5)
activesupport (= 4.1.5)
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)
activemodel (4.1.5)
activesupport (= 4.1.5)
builder (~> 3.1)
activesupport (4.1.5)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
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)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
builder (3.2.2)
arel (7.1.4)
builder (3.2.3)
concurrent-ruby (1.0.4)
erubis (2.7.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
has_scope (0.7.0)
actionpack (>= 4.1, < 5.1)
activesupport (>= 4.1, < 5.1)
i18n (0.6.11)
json (1.8.1)
i18n (0.8.0)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
minitest (5.4.1)
minitest-rg (5.1.0)
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)
minitest-rg (5.2.0)
minitest (~> 5.0)
mocha (1.1.0)
mocha (1.2.1)
metaclass (~> 0.0.1)
rack (1.5.2)
rack-test (0.6.2)
nio4r (1.2.1)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
rack (2.0.1)
rack-test (0.6.3)
rack (>= 1.0)
railties (4.1.5)
actionpack (= 4.1.5)
activesupport (= 4.1.5)
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-controller-testing (1.0.1)
actionpack (~> 5.x)
actionview (~> 5.x)
activesupport (~> 5.x)
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.3.2)
responders (1.1.2)
railties (>= 3.2, < 4.2)
strong_parameters (0.1.4)
actionpack (>= 3.2.0)
activemodel (>= 3.2.0)
railties (>= 3.2.0)
thor (0.19.1)
thread_safe (0.3.4)
rake (12.0.0)
responders (2.3.0)
railties (>= 4.2.0, < 5.1)
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)
thor (0.19.4)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
websocket-driver (0.6.4)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)

PLATFORMS
ruby
Expand All @@ -68,4 +130,8 @@ DEPENDENCIES
inherited_resources!
minitest-rg
mocha
strong_parameters
rails (~> 5.0)
rails-controller-testing

BUNDLED WITH
1.14.3

0 comments on commit a7fc2ca

Please sign in to comment.