Skip to content

Commit

Permalink
⬆️ Bumped versions for pg and sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
guillonapa committed Mar 17, 2021
1 parent 6e0bfcb commit 3c38a87
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -16,7 +16,7 @@ gem 'turbolinks', '5.0.1'
gem 'jbuilder', '2.7.0'

group :development, :test do
gem 'sqlite3', '1.3.13'
gem 'sqlite3', '1.4.2'
gem 'byebug', '9.0.6', platform: :mri
end

Expand All @@ -35,7 +35,7 @@ group :test do
end

group :production do
gem 'pg', '0.18.4'
gem 'pg', '1.2.3'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
88 changes: 44 additions & 44 deletions Gemfile.lock
Expand Up @@ -40,24 +40,24 @@ GEM
tzinfo (~> 1.1)
ansi (1.5.0)
arel (8.0.0)
bindex (0.5.0)
builder (3.2.3)
bindex (0.8.1)
builder (3.2.4)
byebug (9.0.6)
coderay (1.1.2)
coderay (1.1.3)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.4)
erubi (1.7.1)
concurrent-ruby (1.1.8)
crass (1.0.6)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.15.0)
formatador (0.2.5)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
guard (2.13.0)
formatador (>= 0.2.4)
Expand All @@ -84,35 +84,35 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.2.2)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
mail (2.7.0)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
method_source (1.0.0)
mini_mime (1.0.2)
minitest (5.14.4)
minitest-reporters (1.1.14)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.13.1)
multi_json (1.15.0)
nenv (0.3.0)
nio4r (2.3.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nio4r (2.5.7)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
pg (0.18.4)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pg (1.2.3)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (3.9.1)
rack (2.0.5)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.4)
Expand All @@ -134,20 +134,20 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (5.1.4)
actionpack (= 5.1.4)
activesupport (= 5.1.4)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ruby-progressbar (1.10.0)
sass (3.5.7)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
ruby-progressbar (1.11.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -167,18 +167,18 @@ GEM
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
thor (0.20.0)
sqlite3 (1.4.2)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.8)
tilt (2.0.10)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -189,10 +189,10 @@ GEM
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
websocket-extensions (0.1.5)

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
byebug (= 9.0.6)
Expand All @@ -203,21 +203,21 @@ DEPENDENCIES
jquery-rails (= 4.3.1)
listen (= 3.0.8)
minitest-reporters (= 1.1.14)
pg (= 0.18.4)
pg (= 1.2.3)
puma (= 3.9.1)
rails (= 5.1.4)
rails-controller-testing (= 1.0.2)
sass-rails (= 5.0.6)
spring (= 2.0.2)
spring-watcher-listen (= 2.0.1)
sqlite3 (= 1.3.13)
sqlite3 (= 1.4.2)
turbolinks (= 5.0.1)
tzinfo-data
uglifier (= 3.2.0)
web-console (= 3.5.1)

RUBY VERSION
ruby 2.5.1p57
ruby 3.0.0p0

BUNDLED WITH
1.16.4
2.2.14

0 comments on commit 3c38a87

Please sign in to comment.