Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Update gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Dec 23, 2019
1 parent d0349a4 commit 2651f36
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/log/*.log
/tmp/*.pid
/tmp/restart.txt
/log
/tmp
/.env
.irb_history
Thumbs.db
.DS_Store
*.swp
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ group :development do
gem "binding_of_caller"
gem "better_errors"
gem "pry-remote"
gem "github-release-party"
gem "github-release-party", require: false
end
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
airbrake (9.4.4)
airbrake-ruby (~> 4.6)
airbrake-ruby (4.6.0)
airbrake (9.5.5)
airbrake-ruby (~> 4.8)
airbrake-ruby (4.11.1)
rbtree3 (~> 0.5)
backports (3.15.0)
better_errors (2.5.1)
Expand All @@ -21,11 +21,10 @@ GEM
dotenv (2.7.5)
encrypted_strings (0.3.3)
erubi (1.9.0)
github-release-party (0.3.3)
addressable (~> 2)
github-release-party (0.3.4)
rake (>= 12)
method_source (0.9.2)
multi_json (1.13.1)
multi_json (1.14.1)
mustermann (1.0.3)
newrelic_rpm (6.7.0.359)
nio4r (2.5.2)
Expand All @@ -40,14 +39,14 @@ GEM
pry (~> 0.9)
slop (~> 3.0)
public_suffix (4.0.1)
puma (4.2.0)
puma (4.3.1)
nio4r (~> 2.0)
quantile (0.2.1)
rack (2.0.7)
rack (2.0.8)
rack-protection (2.0.7)
rack
rack-ssl-enforcer (0.2.9)
rake (13.0.0)
rake (13.0.1)
rbtree3 (0.5.0)
sinatra (2.0.7)
mustermann (~> 1.0)
Expand All @@ -62,7 +61,7 @@ GEM
sinatra (= 2.0.7)
tilt (~> 2.0)
slop (3.6.0)
thor (0.20.3)
thor (1.0.1)
tilt (2.0.10)

PLATFORMS
Expand Down

0 comments on commit 2651f36

Please sign in to comment.