Upgraded/Added 7+ gems
This commit is contained in:
@@ -6,6 +6,8 @@ gem 'rails', '5.1.4.rc1'
|
|||||||
ruby '2.3.4'
|
ruby '2.3.4'
|
||||||
|
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
gem 'rails-perftest'
|
||||||
|
gem 'ruby-prof', '0.15.9'
|
||||||
|
|
||||||
# Bundle edge Rails instead:
|
# Bundle edge Rails instead:
|
||||||
# gem 'rails', git: 'https://github.com/rails/rails'
|
# gem 'rails', git: 'https://github.com/rails/rails'
|
||||||
@@ -73,9 +75,7 @@ gem 'jquery-rails'
|
|||||||
gem 'powder'
|
gem 'powder'
|
||||||
|
|
||||||
gem 'aruba'
|
gem 'aruba'
|
||||||
#gem 'minitest', '~> 4.0', :require=> "minitest/autorun"
|
|
||||||
|
|
||||||
#gem 'minitest'
|
|
||||||
|
|
||||||
# Deploy with Capistrano
|
# Deploy with Capistrano
|
||||||
# gem 'capistrano'
|
# gem 'capistrano'
|
||||||
@@ -98,3 +98,6 @@ gem 'therubyracer'
|
|||||||
|
|
||||||
#For Rails 4.2
|
#For Rails 4.2
|
||||||
gem 'responders'
|
gem 'responders'
|
||||||
|
|
||||||
|
# Locked at 5.10.1, see https://github.com/seattlerb/minitest/issues/689
|
||||||
|
gem "minitest", "5.10.1"
|
||||||
|
|||||||
+9
-4
@@ -38,8 +38,8 @@ GEM
|
|||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.1)
|
addressable (2.5.2)
|
||||||
public_suffix (~> 2.0, >= 2.0.2)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
arel (8.0.0)
|
arel (8.0.0)
|
||||||
aruba (0.14.2)
|
aruba (0.14.2)
|
||||||
childprocess (~> 0.5.6)
|
childprocess (~> 0.5.6)
|
||||||
@@ -164,7 +164,7 @@ GEM
|
|||||||
mime-types-data (3.2016.0521)
|
mime-types-data (3.2016.0521)
|
||||||
mini_mime (0.1.4)
|
mini_mime (0.1.4)
|
||||||
mini_portile2 (2.2.0)
|
mini_portile2 (2.2.0)
|
||||||
minitest (5.10.3)
|
minitest (5.10.1)
|
||||||
multi_json (1.12.1)
|
multi_json (1.12.1)
|
||||||
multi_test (0.1.2)
|
multi_test (0.1.2)
|
||||||
mysql2 (0.4.9)
|
mysql2 (0.4.9)
|
||||||
@@ -188,7 +188,7 @@ GEM
|
|||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pry-rails (0.3.6)
|
pry-rails (0.3.6)
|
||||||
pry (>= 0.10.4)
|
pry (>= 0.10.4)
|
||||||
public_suffix (2.0.5)
|
public_suffix (3.0.0)
|
||||||
rack (2.0.3)
|
rack (2.0.3)
|
||||||
rack-livereload (0.3.16)
|
rack-livereload (0.3.16)
|
||||||
rack
|
rack
|
||||||
@@ -211,6 +211,7 @@ GEM
|
|||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.0.3)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.0)
|
||||||
|
rails-perftest (0.0.7)
|
||||||
railties (5.1.4.rc1)
|
railties (5.1.4.rc1)
|
||||||
actionpack (= 5.1.4.rc1)
|
actionpack (= 5.1.4.rc1)
|
||||||
activesupport (= 5.1.4.rc1)
|
activesupport (= 5.1.4.rc1)
|
||||||
@@ -247,6 +248,7 @@ GEM
|
|||||||
rspec-mocks (~> 3.6.0)
|
rspec-mocks (~> 3.6.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.6.0)
|
||||||
rspec-support (3.6.0)
|
rspec-support (3.6.0)
|
||||||
|
ruby-prof (0.15.9)
|
||||||
ruby_dep (1.5.0)
|
ruby_dep (1.5.0)
|
||||||
sass (3.5.1)
|
sass (3.5.1)
|
||||||
sass-listen (~> 4.0.0)
|
sass-listen (~> 4.0.0)
|
||||||
@@ -323,6 +325,7 @@ DEPENDENCIES
|
|||||||
jquery-fileupload-rails
|
jquery-fileupload-rails
|
||||||
jquery-rails
|
jquery-rails
|
||||||
launchy
|
launchy
|
||||||
|
minitest (= 5.10.1)
|
||||||
mysql2
|
mysql2
|
||||||
poltergeist
|
poltergeist
|
||||||
powder
|
powder
|
||||||
@@ -330,10 +333,12 @@ DEPENDENCIES
|
|||||||
pry-rails
|
pry-rails
|
||||||
rack-livereload
|
rack-livereload
|
||||||
rails (= 5.1.4.rc1)
|
rails (= 5.1.4.rc1)
|
||||||
|
rails-perftest
|
||||||
rake
|
rake
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
responders
|
responders
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
ruby-prof (= 0.15.9)
|
||||||
sass-rails
|
sass-rails
|
||||||
simplecov
|
simplecov
|
||||||
sqlite3
|
sqlite3
|
||||||
|
|||||||
Vendored
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
# model remove the '{}' from the fixture names and add the columns immediately
|
# model remove the '{}' from the fixture names and add the columns immediately
|
||||||
# below each fixture, per the syntax in the comments below
|
# below each fixture, per the syntax in the comments below
|
||||||
#
|
#
|
||||||
one: {}
|
#one: {}
|
||||||
# column: value
|
# column: value
|
||||||
#
|
#
|
||||||
two: {}
|
#two: {}
|
||||||
# column: value
|
# column: value
|
||||||
|
|||||||
Reference in New Issue
Block a user