unlock gemfile deps first

unlock the gemfile deps

MS-1330
bug/bundler_fix
David Maloney 2016-04-04 13:55:53 -05:00
parent 8de58e4b80
commit fea142dc6e
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 8 additions and 8 deletions

View File

@ -34,14 +34,14 @@ end
group :development, :test do
# automatically include factories from spec/factories
gem 'factory_girl_rails', '~> 4.5.0'
gem 'factory_girl_rails'
# Make rspec output shorter and more useful
gem 'fivemat', '~> 1.3.1'
gem 'fivemat'
# running documentation generation tasks and rspec tasks
gem 'rake', '~> 10.5'
gem 'rake'
# Define `rake spec`. Must be in development AND test so that its available by default as a rake test when the
# environment is development
gem 'rspec-rails' , '~> 3.3'
gem 'rspec-rails'
end
group :test do

View File

@ -295,8 +295,8 @@ PLATFORMS
DEPENDENCIES
aruba
cucumber-rails
factory_girl_rails (~> 4.5.0)
fivemat (~> 1.3.1)
factory_girl_rails
fivemat
metasploit-concern!
metasploit-credential!
metasploit-erd!
@ -306,9 +306,9 @@ DEPENDENCIES
metasploit_data_models!
octokit (~> 4.0)
pry
rake (~> 10.5)
rake
redcarpet
rspec-rails (~> 3.3)
rspec-rails
shoulda-matchers
simplecov
timecop