Skip to content

Commit 693f483

Browse files
author
remi Taylor
committed
Update doc region for Flex Cloud SQL dependencies
Update the region so it includes both the mysql2 and sequel gems
1 parent c312fc5 commit 693f483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appengine/cloudsql/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START dependencies]
1516
source "https://rubygems.org"
1617

17-
# [START dependencies]
1818
gem "mysql2"
19+
gem "sequel"
1920
# [END dependencies]
2021

2122
gem "sinatra"
22-
gem "sequel"
2323

2424
group :test do
2525
gem "rspec"

0 commit comments

Comments
 (0)