Skip to content

Commit

Permalink
update dependency: sequel-3.41.0 later.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 23, 2012
1 parent 962348f commit 01bc8db
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -47,7 +47,7 @@ group :development do
gem 'rspec'
gem 'capybara', :require => 'capybara/rspec'
gem 'launchy'
gem 'sequel', '3.40.0'
gem 'sequel'
gem 'sqlite3'

gem 'rcov', :platforms => :mri_18
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -62,7 +62,7 @@ GEM
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.6.1)
net-ssh (2.6.2)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.5)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sequel (3.40.0)
sequel (3.41.0)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
Expand All @@ -147,7 +147,7 @@ GEM
tilt (1.3.3)
twitter-text (1.5.0)
activesupport
websocket (1.0.3)
websocket (1.0.4)
xpath (1.0.0)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
Expand Down Expand Up @@ -176,7 +176,7 @@ DEPENDENCIES
redcarpet
rspec
rvm-capistrano
sequel (= 3.40.0)
sequel
simplecov
simplecov-rcov
sprockets
Expand Down
4 changes: 2 additions & 2 deletions misc/gemfiles/ruby18.gemfile
Expand Up @@ -18,10 +18,10 @@ group :development, :test do
gem 'tapp'
gem 'test-unit', :require => 'test/unit'
gem 'rspec'
gem 'ffi', '< 1.2'
gem 'ffi'
gem 'capybara', '< 2', :require => 'capybara/rspec'
gem 'launchy'
gem 'sequel', '3.40.0'
gem 'sequel'
gem 'sqlite3'
gem 'rcov'
gem 'ci_reporter'
Expand Down
10 changes: 5 additions & 5 deletions misc/gemfiles/ruby18.gemfile.lock
Expand Up @@ -27,7 +27,7 @@ GEM
multi_json (~> 1.0)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.1.5)
ffi (1.2.0)
hashie (1.2.0)
hike (1.2.1)
httpauth (0.2.0)
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sequel (3.40.0)
sequel (3.41.0)
slop (3.3.3)
sprockets (2.8.1)
hike (~> 1.2)
Expand All @@ -114,7 +114,7 @@ GEM
tilt (1.3.3)
twitter-text (1.5.0)
activesupport
websocket (1.0.3)
websocket (1.0.4)
xpath (0.1.4)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
Expand All @@ -126,7 +126,7 @@ DEPENDENCIES
capybara (< 2)
ci_reporter
coffee-script
ffi (< 1.2)
ffi
jasmine
launchy
omniauth
Expand All @@ -139,7 +139,7 @@ DEPENDENCIES
rcov
redcarpet
rspec
sequel (= 3.40.0)
sequel
sprockets
sqlite3
tapp
Expand Down

0 comments on commit 01bc8db

Please sign in to comment.