Skip to content

Commit

Permalink
Updated to use sbsm 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Dec 12, 2016
1 parent ad2a67b commit 7554b0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'sbsm','>= 1.3.2'
gem 'sbsm','>= 1.3.3'
gem 'htmlgrid', '>= 1.1.3'
gem 'mail'

Expand Down
32 changes: 15 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ GEM
ffi (~> 1.0, >= 1.0.11)
chrono_logger (1.1.1)
coderay (1.1.1)
commonwatir (4.0.0)
data_magic (0.22)
data_magic (1.0)
faker (>= 1.1.2)
yml_reader (>= 0.6)
diff-lcs (1.2.5)
faker (1.6.6)
i18n (~> 0.5)
ffi (1.9.14)
flexmock (2.3.2)
flexmock (2.3.4)
foreman (0.82.0)
thor (~> 0.19.1)
hpricot (0.8.6)
Expand All @@ -29,13 +28,15 @@ GEM
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.9.1)
minitest (5.10.1)
net-http-persistent (2.9.4)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
page-object (1.2.0)
page-object (2.0.0)
net-http-persistent (~> 2.9.4)
page_navigation (>= 0.9)
selenium-webdriver (>= 2.44.0)
watir-webdriver (>= 0.6.11)
selenium-webdriver (~> 3.0)
watir (~> 6.0)
page_navigation (0.10)
data_magic (>= 0.22)
passenger (5.0.30)
Expand All @@ -45,7 +46,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rack (2.0.1)
Expand All @@ -67,23 +68,20 @@ GEM
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubyzip (1.2.0)
sbsm (1.3.2)
sbsm (1.3.3)
chrono_logger
hpricot
mail
mimemagic
rack
selenium-webdriver (3.0.1)
selenium-webdriver (3.0.3)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
slop (3.6.0)
thor (0.19.1)
watir (5.0.0)
commonwatir (~> 4)
watir-webdriver
watir-webdriver (0.9.3)
selenium-webdriver (>= 2.46.2)
thor (0.19.4)
watir (6.0.2)
selenium-webdriver (~> 3.0)
websocket (1.2.3)
yml_reader (0.7)

Expand All @@ -104,7 +102,7 @@ DEPENDENCIES
rake (~> 11.2)
rclconf (= 1.0.0)
rspec
sbsm (>= 1.3.2)
sbsm (>= 1.3.3)
watir

BUNDLED WITH
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ begin
RSpec::Core::RakeTask.new(:spec)
rescue LoadError
puts "unable to load rspec"
end
end

0 comments on commit 7554b0b

Please sign in to comment.