Skip to content

Commit 0ea92f3

Browse files
committed
Free sqlite3 from a version constraint (since it was failing to compile the old version on latest Ubuntu)
1 parent 0e42702 commit 0ea92f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ group :test do
3636
gem 'capybara'
3737
gem 'rexml'
3838
gem 'cuprite', '~> 0.9', require: 'capybara/cuprite'
39-
gem 'sqlite3', '1.5'
39+
gem 'sqlite3'
4040
end

0 commit comments

Comments
 (0)