Skip to content

Commit

Permalink
Update Trestle gems
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed May 9, 2020
1 parent c85edb6 commit c7ee68b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ gem 'dotenv-rails'

# Trestle admin framework
gem 'trestle'
gem 'trestle-auth', '0.3.0'
gem 'trestle-search', '0.4.0'
gem 'trestle-auth'
gem 'trestle-search'

# Model search
gem 'pg_search'
Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ GEM
domain_name (~> 0.5)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
kaminari (1.1.1)
kaminari (1.2.0)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
kaminari-actionview (= 1.2.0)
kaminari-activerecord (= 1.2.0)
kaminari-core (= 1.2.0)
kaminari-actionview (1.2.0)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
kaminari-core (= 1.2.0)
kaminari-activerecord (1.2.0)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
kaminari-core (= 1.2.0)
kaminari-core (1.2.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -165,16 +165,16 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
trestle (0.9.2)
trestle (0.9.3)
activemodel (>= 4.2.0)
kaminari (~> 1.1.0)
kaminari (>= 1.1.0)
railties (>= 4.2.0)
sprockets-rails (>= 2.0.0)
trestle-auth (0.3.0)
trestle-auth (0.4.0)
bcrypt (~> 3.1.7)
trestle (~> 0.9.0)
trestle-search (0.4.0)
trestle (~> 0.9.0)
trestle-search (0.4.2)
trestle (~> 0.9.0, >= 0.9.3)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -209,8 +209,8 @@ DEPENDENCIES
sassc-rails (~> 2.1)
themoviedb-api
trestle
trestle-auth (= 0.3.0)
trestle-search (= 0.4.0)
trestle-auth
trestle-search
turbolinks (~> 5)
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
Expand Down

0 comments on commit c7ee68b

Please sign in to comment.