You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gemfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@ gem 'immutable-struct'
5
5
gem"rgeo"
6
6
gem"rgeo-geojson"
7
7
gem"rgeo-activerecord"
8
-
gem"pg",(ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.0.0")# make sure we use a version compatible with AR
8
+
gem"pg",(ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4")# make sure we use a version compatible with AR
9
9
gem'activerecord-postgis-adapter'
10
10
gem'rails-controller-testing'# This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.
0 commit comments