Skip to content

Commit 48d4a65

Browse files
committed
Fix
1 parent 44b77b3 commit 48d4a65

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎Gemfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ gemspec
88

99
gem "bcrypt"
1010

11-
if RUBY_PLATFORM =~ /win32/
12-
gem "pg", "1.2.3", platform: [:mswin, :mingw]
13-
else
14-
gem "pg", ">= 0.18.0", platform: :ruby
15-
end
11+
gem "pg", "1.2.3"
1612

1713
gem "sqlite3", "~> 1.4"
1814
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

0 commit comments

Comments
 (0)