gem update; cleanup
This commit is contained in:
parent
afc2793375
commit
a11ab12cd8
9
Gemfile
9
Gemfile
@ -30,14 +30,9 @@ group :development, :test do
|
|||||||
gem 'guard-rspec', require: false
|
gem 'guard-rspec', require: false
|
||||||
gem 'rspec-rails', '~> 3.5.0'
|
gem 'rspec-rails', '~> 3.5.0'
|
||||||
gem 'rails-controller-testing'
|
gem 'rails-controller-testing'
|
||||||
gem 'factory_girl_rails', '~> 4.7.0'
|
gem 'factory_girl_rails', '~> 4.8.0'
|
||||||
gem 'database_cleaner', '~> 1.5.3'
|
gem 'database_cleaner', '~> 1.5.3'
|
||||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
|
||||||
gem 'byebug'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
|
||||||
# Access an IRB console on exception pages or by using <%= console %> in views
|
|
||||||
gem 'web-console', '~> 3.3.1'
|
|
||||||
end
|
|
||||||
|
|
||||||
|
23
Gemfile.lock
23
Gemfile.lock
@ -42,24 +42,21 @@ GEM
|
|||||||
autoprefixer-rails (6.7.7.1)
|
autoprefixer-rails (6.7.7.1)
|
||||||
execjs
|
execjs
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
blankslate (3.1.3)
|
|
||||||
bootstrap-sass (3.3.7)
|
bootstrap-sass (3.3.7)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.4)
|
sass (>= 3.3.4)
|
||||||
builder (3.2.3)
|
builder (3.2.3)
|
||||||
byebug (9.0.6)
|
|
||||||
cocoon (1.2.9)
|
cocoon (1.2.9)
|
||||||
coderay (1.1.1)
|
coderay (1.1.1)
|
||||||
concurrent-ruby (1.0.5)
|
concurrent-ruby (1.0.5)
|
||||||
database_cleaner (1.5.3)
|
database_cleaner (1.5.3)
|
||||||
debug_inspector (0.0.2)
|
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_girl (4.7.0)
|
factory_girl (4.8.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.7.0)
|
factory_girl_rails (4.8.0)
|
||||||
factory_girl (~> 4.7.0)
|
factory_girl (~> 4.8.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
ffi (1.9.18)
|
ffi (1.9.18)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
@ -126,8 +123,7 @@ GEM
|
|||||||
notiffany (0.1.1)
|
notiffany (0.1.1)
|
||||||
nenv (~> 0.1)
|
nenv (~> 0.1)
|
||||||
shellany (~> 0.0)
|
shellany (~> 0.0)
|
||||||
parslet (1.7.1)
|
parslet (1.8.0)
|
||||||
blankslate (>= 2.0, <= 4.0)
|
|
||||||
pg (0.20.0)
|
pg (0.20.0)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
@ -220,18 +216,13 @@ GEM
|
|||||||
turbolinks-source (5.0.0)
|
turbolinks-source (5.0.0)
|
||||||
tzinfo (1.2.3)
|
tzinfo (1.2.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (3.1.11)
|
uglifier (3.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unitwise (2.0.0)
|
unitwise (2.0.0)
|
||||||
liner (~> 0.2)
|
liner (~> 0.2)
|
||||||
memoizable (~> 0.4)
|
memoizable (~> 0.4)
|
||||||
parslet (~> 1.5)
|
parslet (~> 1.5)
|
||||||
signed_multiset (~> 0.2)
|
signed_multiset (~> 0.2)
|
||||||
web-console (3.3.1)
|
|
||||||
actionview (>= 5.0)
|
|
||||||
activemodel (>= 5.0)
|
|
||||||
debug_inspector
|
|
||||||
railties (>= 5.0)
|
|
||||||
websocket-driver (0.6.5)
|
websocket-driver (0.6.5)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.2)
|
websocket-extensions (0.1.2)
|
||||||
@ -242,10 +233,9 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
bcrypt (~> 3.1.11)
|
bcrypt (~> 3.1.11)
|
||||||
bootstrap-sass (~> 3.3.7)
|
bootstrap-sass (~> 3.3.7)
|
||||||
byebug
|
|
||||||
cocoon (~> 1.2.9)
|
cocoon (~> 1.2.9)
|
||||||
database_cleaner (~> 1.5.3)
|
database_cleaner (~> 1.5.3)
|
||||||
factory_girl_rails (~> 4.7.0)
|
factory_girl_rails (~> 4.8.0)
|
||||||
guard (~> 2.14.0)
|
guard (~> 2.14.0)
|
||||||
guard-rspec
|
guard-rspec
|
||||||
jbuilder (~> 2.6)
|
jbuilder (~> 2.6)
|
||||||
@ -262,7 +252,6 @@ DEPENDENCIES
|
|||||||
turbolinks (~> 5.0.1)
|
turbolinks (~> 5.0.1)
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
unitwise (~> 2.0.0)
|
unitwise (~> 2.0.0)
|
||||||
web-console (~> 3.3.1)
|
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.14.6
|
1.14.6
|
||||||
|
BIN
app/.DS_Store
vendored
BIN
app/.DS_Store
vendored
Binary file not shown.
BIN
app/assets/.DS_Store
vendored
BIN
app/assets/.DS_Store
vendored
Binary file not shown.
BIN
app/assets/images/.DS_Store
vendored
BIN
app/assets/images/.DS_Store
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user