We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752774 commit 6852fc2Copy full SHA for 6852fc2
Gemfile
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
4
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5
6
gem 'gemoji', github: 'github/gemoji'
7
-gem 'sqlite3'
+gem 'plist'
Gemfile.lock
@@ -7,14 +7,14 @@ GIT
GEM
8
remote: https://rubygems.org/
9
specs:
10
- sqlite3 (1.4.4)
+ plist (3.6.0)
11
12
PLATFORMS
13
arm64-darwin-21
14
15
DEPENDENCIES
16
gemoji!
17
- sqlite3
+ plist
18
19
BUNDLED WITH
20
2.3.16
0 commit comments