Fix employee adding
This commit is contained in:
+11
-4
@@ -135,6 +135,7 @@ GEM
|
||||
ffi (~> 1.0, >= 1.0.11)
|
||||
climate_control (0.0.3)
|
||||
activesupport (>= 3.0)
|
||||
cliver (0.3.2)
|
||||
cocaine (0.5.5)
|
||||
climate_control (>= 0.0.3, < 1.0)
|
||||
coderay (1.1.0)
|
||||
@@ -300,6 +301,11 @@ GEM
|
||||
activesupport (>= 3.0.0)
|
||||
cocaine (~> 0.5.3)
|
||||
mime-types
|
||||
poltergeist (1.6.0)
|
||||
capybara (~> 2.1)
|
||||
cliver (~> 0.3.1)
|
||||
multi_json (~> 1.0)
|
||||
websocket-driver (>= 0.2.0)
|
||||
pry (0.10.1)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.8.1)
|
||||
@@ -371,14 +377,14 @@ GEM
|
||||
ruby-progressbar (1.7.1)
|
||||
rubyzip (1.1.7)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.12)
|
||||
sass (3.4.13)
|
||||
sass-rails (5.0.1)
|
||||
railties (>= 4.0.0, < 5.0)
|
||||
sass (~> 3.1)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
sprockets-rails (>= 2.0, < 4.0)
|
||||
tilt (~> 1.1)
|
||||
selenium-webdriver (2.44.0)
|
||||
selenium-webdriver (2.45.0.dev3)
|
||||
childprocess (~> 0.5)
|
||||
multi_json (~> 1.0)
|
||||
rubyzip (~> 1.0)
|
||||
@@ -398,7 +404,7 @@ GEM
|
||||
railties (>= 3.1, < 5.0)
|
||||
slim (~> 3.0)
|
||||
slop (3.6.0)
|
||||
spring (1.3.2)
|
||||
spring (1.3.3)
|
||||
spring-commands-rspec (1.0.4)
|
||||
spring (>= 0.9.1)
|
||||
sprockets (2.12.3)
|
||||
@@ -488,6 +494,7 @@ DEPENDENCIES
|
||||
omniauth-facebook
|
||||
omniauth-instagram
|
||||
paperclip
|
||||
poltergeist
|
||||
pry-rails
|
||||
quiet_assets
|
||||
rack-cors
|
||||
@@ -496,7 +503,7 @@ DEPENDENCIES
|
||||
rspec-its
|
||||
rspec-rails
|
||||
sass-rails (~> 5.0.0)
|
||||
selenium-webdriver
|
||||
selenium-webdriver (~> 2.45.0.dev3)
|
||||
simplecov
|
||||
simply_stored!
|
||||
slim-rails
|
||||
|
||||
Reference in New Issue
Block a user