Skip to content

Commit

Permalink
Bump ohm from 1.3.2 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [ohm](https://github.com/soveran/ohm) from 1.3.2 to 3.1.1.
- [Release notes](https://github.com/soveran/ohm/releases)
- [Changelog](https://github.com/soveran/ohm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/soveran/ohm/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 10, 2021
1 parent 7537ce7 commit 02f00e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem 'friendly_id'

gem 'rack-throttle', '~> 0.3.0'
gem 'rest-client'
gem 'ohm', '~> 1.3.2' # Ohm 2 breaks the compatibility with previous versions.
gem 'ohm', '~> 3.1.1' # Ohm 2 breaks the compatibility with previous versions.
gem 'ohm-expire', '~> 0.1.3'

gem 'pygments.rb'
Expand Down
20 changes: 12 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ GEM
hashdiff (0.3.4)
hashie (4.1.0)
hirb (0.7.3)
hiredis (0.6.3)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
Expand Down Expand Up @@ -258,8 +259,8 @@ GEM
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nest (1.1.2)
redis
nest (3.2.0)
redic
netrc (0.11.0)
ng-rails-csrf (0.1.0)
ngannotate-rails (1.2.2)
Expand All @@ -277,10 +278,10 @@ GEM
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
ohm (1.3.2)
nest (~> 1.0)
redis
scrivener (~> 0.0.3)
ohm (3.1.1)
nest (~> 3)
redic (~> 1.5.0)
stal
ohm-expire (0.1.3.2)
ohm (>= 0.1.5)
omniauth (1.9.1)
Expand Down Expand Up @@ -363,6 +364,8 @@ GEM
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
trollop (>= 1.16.2)
redic (1.5.3)
hiredis
redis (3.3.5)
redis-actionpack (5.0.2)
actionpack (>= 4.0, < 6)
Expand Down Expand Up @@ -493,7 +496,6 @@ GEM
schema_plus_views (0.3.1)
activerecord (~> 4.2)
schema_plus_core (~> 1.0)
scrivener (0.0.3)
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
sexp_processor (4.9.0)
Expand Down Expand Up @@ -539,6 +541,8 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
stal (0.3.0)
redic (~> 1.5)
state_machines (0.5.0)
state_machines-activemodel (0.6.0)
activemodel (>= 4.1, < 6.0)
Expand Down Expand Up @@ -611,7 +615,7 @@ DEPENDENCIES
ng-rails-csrf
ngannotate-rails
octokit (~> 4.0)
ohm (~> 1.3.2)
ohm (~> 3.1.1)
ohm-expire (~> 0.1.3)
omniauth-github
paperclip
Expand Down

0 comments on commit 02f00e0

Please sign in to comment.